C# Class ObjectModel.Employee

Inheritance: NamedObject
显示文件 Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Methods

Method Description
Employee ( System.Guid existingObjectID ) : System
Employee ( string name ) : System

Private Methods

Method Description
Update ( Employee other ) : void

Method Details

Employee() public method

public Employee ( System.Guid existingObjectID ) : System
existingObjectID System.Guid
return System

Employee() public method

public Employee ( string name ) : System
name string
return System