C# Class ALFA.Shared.ItemResource

Inheritance: IListBoxItem
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
BaseItem int
Cursed bool
DisplayName string
LocalizedName string
Plot bool
ResourceName string
Stolen bool
Tag string
TemplateResRef string

Public Methods

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

Method Details

CompareTo() public method

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

CompareTo() public method

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

ConfigureDisplayName() public method

public ConfigureDisplayName ( ) : void
return void

ItemResource() public method

public ItemResource ( ) : System
return System

Property Details

BaseItem public property

public int BaseItem
return int

Cursed public property

public bool Cursed
return bool

DisplayName public property

public string DisplayName
return string

LocalizedName public property

public string LocalizedName
return string

Plot public property

public bool Plot
return bool

ResourceName public property

public string ResourceName
return string

Stolen public property

public bool Stolen
return bool

Tag public property

public string Tag
return string

TemplateResRef public property

public string TemplateResRef
return string