C# Class DataAccessNH.EmployeeNH

Mostrar archivo Open project: snahider/Test-Automation-NET Class Usage Examples

Public Methods

Method Description
Create ( Employee employee ) : void
Delete ( long id ) : void
EmployeeNH ( ISessionFactory sessionFactory ) : System
Find ( String lastName, System.DateTime startHireDate, System.DateTime endHireDate ) : IList
Get ( long id ) : Employee

Method Details

Create() public method

public Create ( Employee employee ) : void
employee Employee
return void

Delete() public method

public Delete ( long id ) : void
id long
return void

EmployeeNH() public method

public EmployeeNH ( ISessionFactory sessionFactory ) : System
sessionFactory ISessionFactory
return System

Find() public method

public Find ( String lastName, System.DateTime startHireDate, System.DateTime endHireDate ) : IList
lastName String
startHireDate System.DateTime
endHireDate System.DateTime
return IList

Get() public method

public Get ( long id ) : Employee
id long
return Employee