C# 클래스 Xsolla.ValidatorBase

상속: IValidator
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk

보호된 프로퍼티들

프로퍼티 타입 설명
_errorMsg string

공개 메소드들

메소드 설명
GetErrorMsg ( ) : string
Validate ( string s ) : bool
ValidatorBase ( ) : System.Collections
ValidatorBase ( string errorMsg ) : System.Collections

메소드 상세

GetErrorMsg() 공개 메소드

public GetErrorMsg ( ) : string
리턴 string

Validate() 공개 추상적인 메소드

public abstract Validate ( string s ) : bool
s string
리턴 bool

ValidatorBase() 공개 메소드

public ValidatorBase ( ) : System.Collections
리턴 System.Collections

ValidatorBase() 공개 메소드

public ValidatorBase ( string errorMsg ) : System.Collections
errorMsg string
리턴 System.Collections

프로퍼티 상세

_errorMsg 보호되어 있는 프로퍼티

protected string _errorMsg
리턴 string