C# Class TPTConsole.Model.Sentient

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: FalafelSoftwareInc/TPTConsole Class Usage Examples

Private Properties

Property Type Description
OnAllegianceIDChanged void
OnAllegianceIDChanging void
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateSentient ( global id ) : Sentient

Create a new Sentient object.

Describe ( ) : string

Private Methods

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

Method Details

CreateSentient() public static method

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

Describe() public method

public Describe ( ) : string
return string