C# Class Xsolla.ValidatorBase

Inheritance: IValidator
Afficher le fichier Open project: xsolla/xsolla-unity-sdk

Protected Properties

Свойство Type Description
_errorMsg string

Méthodes publiques

Méthode Description
GetErrorMsg ( ) : string
Validate ( string s ) : bool
ValidatorBase ( ) : System.Collections
ValidatorBase ( string errorMsg ) : System.Collections

Method Details

GetErrorMsg() public méthode

public GetErrorMsg ( ) : string
Résultat string

Validate() public abstract méthode

public abstract Validate ( string s ) : bool
s string
Résultat bool

ValidatorBase() public méthode

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

ValidatorBase() public méthode

public ValidatorBase ( string errorMsg ) : System.Collections
errorMsg string
Résultat System.Collections

Property Details

_errorMsg protected_oe property

protected string _errorMsg
Résultat string