C# Class Dian.Biz.RestaurantBiz

Inheritance: System.MarshalByRefObject, IRestaurant
Afficher le fichier Open project: stone0090/dian Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeleteRestaurantEntity ( RestaurantEntity condition_entity ) : void
GetRestaurantDataTable ( string employeeId = "" ) : DataTable
GetRestaurantEntity ( int id ) : RestaurantEntity
GetRestaurantEntityList ( RestaurantEntity condition_entity ) : List
InsertRestaurantEntity ( RestaurantEntity condition_entity ) : void
UpdateRestaurantEntity ( RestaurantEntity condition_entity ) : void

Method Details

DeleteRestaurantEntity() public méthode

public DeleteRestaurantEntity ( RestaurantEntity condition_entity ) : void
condition_entity Dian.Entity.RestaurantEntity
Résultat void

GetRestaurantDataTable() public méthode

public GetRestaurantDataTable ( string employeeId = "" ) : DataTable
employeeId string
Résultat System.Data.DataTable

GetRestaurantEntity() public méthode

public GetRestaurantEntity ( int id ) : RestaurantEntity
id int
Résultat Dian.Entity.RestaurantEntity

GetRestaurantEntityList() public méthode

public GetRestaurantEntityList ( RestaurantEntity condition_entity ) : List
condition_entity Dian.Entity.RestaurantEntity
Résultat List

InsertRestaurantEntity() public méthode

public InsertRestaurantEntity ( RestaurantEntity condition_entity ) : void
condition_entity Dian.Entity.RestaurantEntity
Résultat void

UpdateRestaurantEntity() public méthode

public UpdateRestaurantEntity ( RestaurantEntity condition_entity ) : void
condition_entity Dian.Entity.RestaurantEntity
Résultat void