C# 클래스 HermaFx.DataAnnotations.RegularExpressionIfAttribute

상속: RequiredIfAttribute
파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
IsValid ( object value, object dependentValue, object container ) : bool
RegularExpressionIfAttribute ( string pattern, string dependentProperty, Operator @operator, object dependentValue ) : System
RegularExpressionIfAttribute ( string pattern, string dependentProperty, object dependentValue ) : System

보호된 메소드들

메소드 설명
GetClientValidationParameters ( ) : object>>.IEnumerable

메소드 상세

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string

GetClientValidationParameters() 보호된 메소드

protected GetClientValidationParameters ( ) : object>>.IEnumerable
리턴 object>>.IEnumerable

IsValid() 공개 메소드

public IsValid ( object value, object dependentValue, object container ) : bool
value object
dependentValue object
container object
리턴 bool

RegularExpressionIfAttribute() 공개 메소드

public RegularExpressionIfAttribute ( string pattern, string dependentProperty, Operator @operator, object dependentValue ) : System
pattern string
dependentProperty string
@operator Operator
dependentValue object
리턴 System

RegularExpressionIfAttribute() 공개 메소드

public RegularExpressionIfAttribute ( string pattern, string dependentProperty, object dependentValue ) : System
pattern string
dependentProperty string
dependentValue object
리턴 System