C# 클래스 Unlimited.Applications.BusinessDesignStudio.Activities.XPathDTO

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

Private Properties

프로퍼티 타입 설명
RaiseCanAddRemoveChanged void

공개 메소드들

메소드 설명
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
GetRuleSet ( string propertyName, string datalist ) : IRuleSet
IsEmpty ( ) : bool
XPathDTO ( ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation
XPathDTO ( string outputVariable, string xPath, int indexNum, bool inserted = false ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation

비공개 메소드들

메소드 설명
RaiseCanAddRemoveChanged ( ) : void

메소드 상세

CanAdd() 공개 메소드

public CanAdd ( ) : bool
리턴 bool

CanRemove() 공개 메소드

public CanRemove ( ) : bool
리턴 bool

ClearRow() 공개 메소드

public ClearRow ( ) : void
리턴 void

GetRuleSet() 공개 메소드

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

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

XPathDTO() 공개 메소드

public XPathDTO ( ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation
리턴 Dev2.Common.Interfaces.Infrastructure.Providers.Validation

XPathDTO() 공개 메소드

public XPathDTO ( string outputVariable, string xPath, int indexNum, bool inserted = false ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation
outputVariable string
xPath string
indexNum int
inserted bool
리턴 Dev2.Common.Interfaces.Infrastructure.Providers.Validation