BekoSan.ProductivityFunctions 1.0.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BekoSan.ProductivityFunctions" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BekoSan.ProductivityFunctions --version 1.0.0
#r "nuget: BekoSan.ProductivityFunctions, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
2.1.0 665 8/13/2019
2.0.0 535 8/10/2019
1.0.0 551 8/9/2019

# 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.