C# Class Xsolla.XsollaFormElement

Inheritance: IParseble
Afficher le fichier Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetElementType ( ) : int
Résultat int

GetExample() public méthode

public GetExample ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetOptions() public méthode

public GetOptions ( ) : List
Résultat List

GetTableOptions() public méthode

public GetTableOptions ( ) : TableOptions
Résultat TableOptions

GetTitle() public méthode

public GetTitle ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : string
Résultat string

IsPackets() public méthode

public IsPackets ( ) : bool
Résultat bool

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

IsVisible() public méthode

public IsVisible ( ) : bool
Résultat bool

Parse() public méthode

public Parse ( JSONNode obj ) : IParseble
obj SimpleJSON.JSONNode
Résultat IParseble

SetValue() public méthode

public SetValue ( string value ) : void
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

XsollaFormElement() public méthode

public XsollaFormElement ( ) : System.Collections
Résultat System.Collections