C# 클래스 Dev2.TO.ValidatedObject

상속: ObservableObject, IPerformsValidation
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
GetRuleSet ( string propertyName, string datalist ) : IRuleSet
Validate ( string propertyName, IRuleSet ruleSet ) : bool
Validate ( string propertyName, string datalist ) : bool
this ( string columnName ) : string

메소드 상세

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

public abstract GetRuleSet ( string propertyName, string datalist ) : IRuleSet
propertyName string
datalist string
리턴 IRuleSet

Validate() 공개 메소드

public Validate ( string propertyName, IRuleSet ruleSet ) : bool
propertyName string
ruleSet IRuleSet
리턴 bool

Validate() 공개 메소드

public Validate ( string propertyName, string datalist ) : bool
propertyName string
datalist string
리턴 bool

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string