C# Class TPTConsole.Model.Allegiance

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: FalafelSoftwareInc/TPTConsole Class Usage Examples

Private Properties

Свойство Type Description
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
CreateAllegiance ( global id ) : Allegiance

Create a new Allegiance object.

Private Methods

Méthode Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateAllegiance() public static méthode

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