C# Класс Xsolla.XsollaFormElement

Наследование: IParseble
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

GetElementType() публичный Метод

public GetElementType ( ) : int
Результат int

GetExample() публичный Метод

public GetExample ( ) : string
Результат string

GetName() публичный Метод

public GetName ( ) : string
Результат string

GetOptions() публичный Метод

public GetOptions ( ) : List
Результат List

GetTableOptions() публичный Метод

public GetTableOptions ( ) : TableOptions
Результат TableOptions

GetTitle() публичный Метод

public GetTitle ( ) : string
Результат string

GetValue() публичный Метод

public GetValue ( ) : string
Результат string

IsPackets() публичный Метод

public IsPackets ( ) : bool
Результат bool

IsReadOnly() публичный Метод

public IsReadOnly ( ) : bool
Результат bool

IsVisible() публичный Метод

public IsVisible ( ) : bool
Результат bool

Parse() публичный Метод

public Parse ( JSONNode obj ) : IParseble
obj SimpleJSON.JSONNode
Результат IParseble

SetValue() публичный Метод

public SetValue ( string value ) : void
value string
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

XsollaFormElement() публичный Метод

public XsollaFormElement ( ) : System.Collections
Результат System.Collections