C# Class Dian.Biz.EmployeeBiz

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeleteEmployeeEntity ( EmployeeEntity condition_entity ) : void
GetEmployeeDataTable ( ) : DataTable
GetEmployeeEntity ( string id ) : EmployeeEntity
GetEmployeeEntityList ( EmployeeEntity condition_entity ) : List
InsertEmployeeEntity ( EmployeeEntity condition_entity ) : void
UpdateEmployeeEntity ( EmployeeEntity condition_entity ) : void

Method Details

DeleteEmployeeEntity() public méthode

public DeleteEmployeeEntity ( EmployeeEntity condition_entity ) : void
condition_entity Dian.Entity.EmployeeEntity
Résultat void

GetEmployeeDataTable() public méthode

public GetEmployeeDataTable ( ) : DataTable
Résultat System.Data.DataTable

GetEmployeeEntity() public méthode

public GetEmployeeEntity ( string id ) : EmployeeEntity
id string
Résultat Dian.Entity.EmployeeEntity

GetEmployeeEntityList() public méthode

public GetEmployeeEntityList ( EmployeeEntity condition_entity ) : List
condition_entity Dian.Entity.EmployeeEntity
Résultat List

InsertEmployeeEntity() public méthode

public InsertEmployeeEntity ( EmployeeEntity condition_entity ) : void
condition_entity Dian.Entity.EmployeeEntity
Résultat void

UpdateEmployeeEntity() public méthode

public UpdateEmployeeEntity ( EmployeeEntity condition_entity ) : void
condition_entity Dian.Entity.EmployeeEntity
Résultat void