C# Class Xsolla.XsollaStatusText.StatusTextElement

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

Méthodes publiques

Méthode Description
GetKey ( ) : string
GetName ( ) : string
GetParameter ( ) : string
GetPref ( ) : string
GetValue ( ) : string
StatusTextElement ( string key, string pref, string parameter, string value, string name ) : System
ToString ( ) : string

Private Methods

Méthode Description
StatusTextElement ( ) : System

Method Details

GetKey() public méthode

public GetKey ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetParameter() public méthode

public GetParameter ( ) : string
Résultat string

GetPref() public méthode

public GetPref ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : string
Résultat string

StatusTextElement() public méthode

public StatusTextElement ( string key, string pref, string parameter, string value, string name ) : System
key string
pref string
parameter string
value string
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string