C# Class ALFA.Shared.ItemResource

Inheritance: IListBoxItem
Mostra 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_oe property

public int BaseItem
return int

Cursed public_oe property

public bool Cursed
return bool

DisplayName public_oe property

public string DisplayName
return string

LocalizedName public_oe property

public string LocalizedName
return string

Plot public_oe property

public bool Plot
return bool

ResourceName public_oe property

public string ResourceName
return string

Stolen public_oe property

public bool Stolen
return bool

Tag public_oe property

public string Tag
return string

TemplateResRef public_oe property

public string TemplateResRef
return string