Class UIParser
This class provides functions to parse a JSON object as a widget.
Inherited Members
Namespace: Genesis.UI
Assembly: Genesis.dll
Syntax
public class UIParser
Constructors
UIParser()
Initializes a new instance of the UIParser class.
Declaration
public UIParser()
Properties
UIHandler
Gets or sets the dictionary of UI parse handlers, mapping widget types to their respective parsing functions.
Declaration
public Dictionary<string, UIParseHandler> UIHandler { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, UIParseHandler> |