Class EsportsBannerConfiguration
Inheritance
System.Object
EsportsBannerConfiguration
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 EsportsBannerConfiguration : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AssociatedTeams { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AssociatedVersions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EsportsTeam { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink EventMutator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsAnEvent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<LeagueFlavor>> LeagueFlavors { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string LeagueName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint Priority { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TexturePath
Declaration
public MetaWadEntryLink TexturePath { get; set; }
Property Value
Implements