C# Class TPTConsole.Model.Jedi

Inheritance: Sentient
Datei anzeigen Open project: FalafelSoftwareInc/TPTConsole Class Usage Examples

Private Properties

Property Type Description
OnLightsaberColorChanged void
OnLightsaberColorChanging void
OnMidichlorianCountChanged void
OnMidichlorianCountChanging void

Public Methods

Method Description
CreateJedi ( global id ) : Jedi

Create a new Jedi object.

Describe ( ) : string

Private Methods

Method Description
OnLightsaberColorChanged ( ) : void
OnLightsaberColorChanging ( global value ) : void
OnMidichlorianCountChanged ( ) : void
OnMidichlorianCountChanging ( Nullable value ) : void

Method Details

CreateJedi() public static method

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

Describe() public method

public Describe ( ) : string
return string