C# Class HBM.GeneralManagement.Gaurantee

Show file Open project: nirshandileep/HotelManagement Class Usage Examples

Public Methods

Method Description
Delete ( ) : bool
Save ( ) : bool
Save ( DataSet ds ) : bool
Select ( ) : Gaurantee
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

Save() public method

public Save ( DataSet ds ) : bool
ds System.Data.DataSet
return bool

Select() public method

public Select ( ) : Gaurantee
return Gaurantee

SelectAllDataset() public method

public SelectAllDataset ( ) : DataSet
return System.Data.DataSet

SelectAllList() public method

public SelectAllList ( ) : List
return List