C# Class HelloNHibernate.Employee

Show file Open project: Slesa/Playground Class Usage Examples

Public Properties

Property Type Description
Id int
Manager Employee
Name string

Public Methods

Method Description
SayHello ( ) : string

Method Details

SayHello() public method

public SayHello ( ) : string
return string

Property Details

Id public property

public int Id
return int

Manager public property

public Employee,HelloNHibernate Manager
return Employee

Name public property

public string Name
return string