C# 클래스 FluentMetadata.Rules.Rule

상속: IRule
파일 보기 프로젝트 열기: forger/FluentMetadata 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FormatErrorMessage ( string name ) : string
GetHashCode ( ) : int
IsValid ( object value ) : bool

보호된 메소드들

메소드 설명
EqualsRule ( Rule rule ) : bool
Rule ( string errorMessageFormat ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

EqualsRule() 보호된 추상적인 메소드

protected abstract EqualsRule ( Rule rule ) : bool
rule Rule
리턴 bool

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

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

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

public abstract IsValid ( object value ) : bool
value object
리턴 bool

Rule() 보호된 메소드

protected Rule ( string errorMessageFormat ) : System
errorMessageFormat string
리턴 System