Class TooltipFormat
Inheritance
System.Object
TooltipFormat
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 TooltipFormat : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> InputLocKeysWithDefaults { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
ListGridPostfix
Declaration
public string ListGridPostfix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string ListGridPrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string ListGridSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> ListNames { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, string> ListStyles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, System.String> |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> ListTypeChoices { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Declaration
public string ListValueSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string ObjectName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> OutputStrings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Declaration
public bool UsesListValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements