BekoSan.ProductivityFunctions
1.0.0
See the version list below for details.
Requires NuGet 1.0.0 or higher.
dotnet add package BekoSan.ProductivityFunctions --version 1.0.0
NuGet\Install-Package BekoSan.ProductivityFunctions -Version 1.0.0
<PackageReference Include="BekoSan.ProductivityFunctions" Version="1.0.0" />
paket add BekoSan.ProductivityFunctions --version 1.0.0
#r "nuget: BekoSan.ProductivityFunctions, 1.0.0"
// Install BekoSan.ProductivityFunctions as a Cake Addin #addin nuget:?package=BekoSan.ProductivityFunctions&version=1.0.0 // Install BekoSan.ProductivityFunctions as a Cake Tool #tool nuget:?package=BekoSan.ProductivityFunctions&version=1.0.0
Git Hub Repository : https://github.com/BekoSan/ProductivityFunctions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# ProductivityFunctions
This is an extension functions library for PictureBox , DataGridView ,Form and Exceiption Class
# Release Notes
v1.0.0
PictureBox Methods :
- LoadImageFormFile() // Loads image form image file you select.
- LoadImageFormByteArray() // This will load image form byte array you passed into this method.
- GetByteImage() // Will return a byte array copy of image inside the PictureBox.
- SaveImageInFile() // Show SaveFileDialog to save image by it , you can specify the filter and title as parameters on this method.
DataGridView Methods:
- UpdateDataSource() // This method takes one parameter which is a datasource . Note :It disables the AutoGenerateColumns Property.
- ExportToCVSFile() // Show SaveFileDialog and you can set its title by passing title as parameter.
- ExportToExcelFile() // Same as the last one it takes title as parameter.
- ExportToPDFFile() // Exports DataGridView to pdf file.
ComboBox Methods :
- UpdateDataSource() // It takes 3 parameters
*dataSource // the data source.
*displayMember // the display member for the ComboBox.
*valueMember // the value member for the ComboBox
Its sets SelectedIndex Property to -1
Form Methods :
- ClearForm() // clears all textboxes and datetimepickers and comboboxes inside the form.
Byte Array Methods :
-GetImageFromByteArray() // it returns a Image Object from the byte array.
Exception Class Methods :
- ExportExceptionData() // Its export important exception data to csv file.