C# Class TPTConsole.Model.Allegiance

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: FalafelSoftwareInc/TPTConsole Class Usage Examples

Private Properties

Property Type Description
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateAllegiance ( global id ) : Allegiance

Create a new Allegiance object.

Private Methods

Method Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateAllegiance() public static method

Create a new Allegiance object.
public static CreateAllegiance ( global id ) : Allegiance
id global Initial value of the ID property.
return Allegiance