Class ChallengeTitleData
Inheritance
System.Object
ChallengeTitleData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class ChallengeTitleData : IMetaClass
Properties
| Improve this Doc View SourceBackgroundImagePath
Declaration
public string BackgroundImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CatalogEntry
Declaration
public MetaEmbedded<CatalogEntry> CatalogEntry { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<CatalogEntry> |
IconPath
Declaration
public string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalizedName
Declaration
public string LocalizedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
m3548318137
Declaration
public bool m3548318137 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TitleAcquisitionRequirementTrakey
Declaration
public string TitleAcquisitionRequirementTrakey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TitleAcquisitionTrakey
Declaration
public string TitleAcquisitionTrakey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TitleAcquisitionType
Declaration
public byte TitleAcquisitionType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |