C# Class Xsolla.XsollaFormElement.Option

Mostra file Open project: xsolla/xsolla-unity-sdk

Public Methods

Method Description
GetLabel ( ) : string
GetValue ( ) : string
Option ( string value, string label ) : System.Collections
SetLabel ( string label ) : void
SetValue ( string value ) : void
ToString ( ) : string

Private Methods

Method Description
Option ( ) : System.Collections

Method Details

GetLabel() public method

public GetLabel ( ) : string
return string

GetValue() public method

public GetValue ( ) : string
return string

Option() public method

public Option ( string value, string label ) : System.Collections
value string
label string
return System.Collections

SetLabel() public method

public SetLabel ( string label ) : void
label string
return void

SetValue() public method

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

ToString() public method

public ToString ( ) : string
return string