C# Class HBM.GeneralManagement.Department

Afficher le fichier Open project: nirshandileep/HotelManagement Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : bool
IsDuplicateName ( ) : bool
Save ( ) : bool
Save ( DataSet ds ) : bool
Select ( ) : Department
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List

Method Details

Delete() public méthode

public Delete ( ) : bool
Résultat bool

IsDuplicateName() public méthode

public IsDuplicateName ( ) : bool
Résultat bool

Save() public méthode

public Save ( ) : bool
Résultat bool

Save() public méthode

public Save ( DataSet ds ) : bool
ds System.Data.DataSet
Résultat bool

Select() public méthode

public Select ( ) : Department
Résultat Department

SelectAllDataset() public méthode

public SelectAllDataset ( ) : DataSet
Résultat System.Data.DataSet

SelectAllList() public méthode

public SelectAllList ( ) : List
Résultat List