C# Class Dian.Biz.RestaurantBiz

Inheritance: System.MarshalByRefObject, IRestaurant
Exibir arquivo Open project: stone0090/dian Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public DeleteRestaurantEntity ( RestaurantEntity condition_entity ) : void
condition_entity Dian.Entity.RestaurantEntity
return void

GetRestaurantDataTable() public method

public GetRestaurantDataTable ( string employeeId = "" ) : DataTable
employeeId string
return System.Data.DataTable

GetRestaurantEntity() public method

public GetRestaurantEntity ( int id ) : RestaurantEntity
id int
return Dian.Entity.RestaurantEntity

GetRestaurantEntityList() public method

public GetRestaurantEntityList ( RestaurantEntity condition_entity ) : List
condition_entity Dian.Entity.RestaurantEntity
return List

InsertRestaurantEntity() public method

public InsertRestaurantEntity ( RestaurantEntity condition_entity ) : void
condition_entity Dian.Entity.RestaurantEntity
return void

UpdateRestaurantEntity() public method

public UpdateRestaurantEntity ( RestaurantEntity condition_entity ) : void
condition_entity Dian.Entity.RestaurantEntity
return void