C# 클래스 Dev2.GatherSystemInformationTO

상속: IDev2TOFn, IPerformsValidation
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetFieldNameRuleSet Dev2.Providers.Validation.Rules.RuleSet
RaiseCanAddRemoveChanged void

공개 메소드들

메소드 설명
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
GatherSystemInformationTO ( ) : System.Collections.Generic
GatherSystemInformationTO ( enTypeOfSystemInformationToGather enTypeOfSystemInformation, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
Validate ( string propertyName, IRuleSet ruleSet ) : bool
Validate ( string propertyName, string datalist ) : bool
this ( string columnName ) : string

Gets the error message for the property with the given name.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
GetFieldNameRuleSet ( ) : RuleSet
RaiseCanAddRemoveChanged ( ) : void

메소드 상세

CanAdd() 공개 메소드

public CanAdd ( ) : bool
리턴 bool

CanRemove() 공개 메소드

public CanRemove ( ) : bool
리턴 bool

ClearRow() 공개 메소드

public ClearRow ( ) : void
리턴 void

GatherSystemInformationTO() 공개 메소드

public GatherSystemInformationTO ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GatherSystemInformationTO() 공개 메소드

public GatherSystemInformationTO ( enTypeOfSystemInformationToGather enTypeOfSystemInformation, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
enTypeOfSystemInformation enTypeOfSystemInformationToGather
result string
indexNumber int
inserted bool
리턴 System.Collections.Generic

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

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() 공개 메소드

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string The name of the property whose error message to get.
리턴 string