C# 클래스 Xsolla.XsollaFormElement

상속: IParseble
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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