C# Class HBM.GeneralManagement.CompanyDAO

Afficher le fichier Open project: nirshandileep/HotelManagement

Méthodes publiques

Méthode Description
Delete ( Company company ) : bool
GetByteArrayFromImage ( Image singnatureimage ) : byte[]
Insert ( Company company ) : bool
SelectAll ( Company company ) : DataSet
Update ( Company company ) : bool
imageToByteArray ( System imageIn ) : byte[]

Method Details

Delete() public méthode

public Delete ( Company company ) : bool
company Company
Résultat bool

GetByteArrayFromImage() public méthode

public GetByteArrayFromImage ( Image singnatureimage ) : byte[]
singnatureimage Image
Résultat byte[]

Insert() public méthode

public Insert ( Company company ) : bool
company Company
Résultat bool

SelectAll() public méthode

public SelectAll ( Company company ) : DataSet
company Company
Résultat System.Data.DataSet

Update() public méthode

public Update ( Company company ) : bool
company Company
Résultat bool

imageToByteArray() public méthode

public imageToByteArray ( System imageIn ) : byte[]
imageIn System
Résultat byte[]