Class UiStorePurchaseRowData
Inheritance
System.Object
UiStorePurchaseRowData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class UiStorePurchaseRowData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ActionButton { get; set; }
Property Value
|
Improve this Doc
View Source
ActionText
Declaration
public MetaHash ActionText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Amount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ArenaIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string BundleIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Date { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Divider { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Icon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Item { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MiscIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Quantity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string TacticianIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TransactionId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string TreasureTroveTokenIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements