C# Class Xsolla.XsollaFormElement

Inheritance: IParseble
Show file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Methods

Method Description
GetElementType ( ) : int
GetExample ( ) : string
GetName ( ) : string
GetOptions ( ) : List
GetTableOptions ( ) : TableOptions
GetTitle ( ) : string
GetValue ( ) : string
IsPackets ( ) : bool
IsReadOnly ( ) : bool
IsVisible ( ) : bool
Parse ( JSONNode obj ) : IParseble
SetValue ( string value ) : void
ToString ( ) : string
XsollaFormElement ( ) : System.Collections

Private Methods

Method Description
GetFormatString ( string pStr ) : string
ParseOptions ( JSONNode optionsNode ) : List
SetExample ( string example ) : void
SetJavascript ( string javascript ) : void
SetMandatory ( bool isMandatory ) : void
SetName ( string name ) : void
SetOptions ( JSONNode optionsNode ) : void
SetPakets ( bool isPakets ) : void
SetReadonly ( bool isReadonly ) : void
SetTitle ( string title ) : void
SetTooltip ( string tooltip ) : void
SetType ( string type ) : void
SetVisible ( bool isVisible ) : void

Method Details

GetElementType() public method

public GetElementType ( ) : int
return int

GetExample() public method

public GetExample ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetOptions() public method

public GetOptions ( ) : List
return List

GetTableOptions() public method

public GetTableOptions ( ) : TableOptions
return TableOptions

GetTitle() public method

public GetTitle ( ) : string
return string

GetValue() public method

public GetValue ( ) : string
return string

IsPackets() public method

public IsPackets ( ) : bool
return bool

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool

IsVisible() public method

public IsVisible ( ) : bool
return bool

Parse() public method

public Parse ( JSONNode obj ) : IParseble
obj SimpleJSON.JSONNode
return IParseble

SetValue() public method

public SetValue ( string value ) : void
value string
return void

ToString() public method

public ToString ( ) : string
return string

XsollaFormElement() public method

public XsollaFormElement ( ) : System.Collections
return System.Collections