C# Class TPTConsole.Model.Droid

Inheritance: Sentient
Show file Open project: FalafelSoftwareInc/TPTConsole Class Usage Examples

Private Properties

Property Type Description
OnDroidTypeChanged void
OnDroidTypeChanging void

Public Methods

Method Description
CreateDroid ( global id ) : Droid

Create a new Droid object.

Describe ( ) : string

Private Methods

Method Description
OnDroidTypeChanged ( ) : void
OnDroidTypeChanging ( global value ) : void

Method Details

CreateDroid() public static method

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

Describe() public method

public Describe ( ) : string
return string