C# Class ALFA.Shared.WaypointResource

Inheritance: IListBoxItem
ファイルを表示 Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
DisplayName string
Name string
ResourceName string
Tag string
TemplateResRef string

Public Methods

Method Description
CompareTo ( IListBoxItem other ) : int
CompareTo ( WaypointResource other ) : int
ConfigureDisplayName ( ) : void
WaypointResource ( ) : System

Method Details

CompareTo() public method

public CompareTo ( IListBoxItem other ) : int
other IListBoxItem
return int

CompareTo() public method

public CompareTo ( WaypointResource other ) : int
other WaypointResource
return int

ConfigureDisplayName() public method

public ConfigureDisplayName ( ) : void
return void

WaypointResource() public method

public WaypointResource ( ) : System
return System

Property Details

DisplayName public_oe property

public string DisplayName
return string

Name public_oe property

public string Name
return string

ResourceName public_oe property

public string ResourceName
return string

Tag public_oe property

public string Tag
return string

TemplateResRef public_oe property

public string TemplateResRef
return string