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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
ConvertToOutputTO ( ) : OutputTO
DataSplitDTO ( ) : System.Collections.Generic
DataSplitDTO ( string outputVariable, string splitType, string at, int indexNum, bool include = false, bool inserted = false ) : System.Collections.Generic
GetRuleSet ( string propertyName, string datalist ) : IRuleSet
IsEmpty ( ) : bool
RaiseCanAddRemoveChanged ( ) : void

메소드 상세

CanAdd() 공개 메소드

public CanAdd ( ) : bool
리턴 bool

CanRemove() 공개 메소드

public CanRemove ( ) : bool
리턴 bool

ClearRow() 공개 메소드

public ClearRow ( ) : void
리턴 void

ConvertToOutputTO() 공개 메소드

public ConvertToOutputTO ( ) : OutputTO
리턴 Dev2.DataList.Contract.OutputTO

DataSplitDTO() 공개 메소드

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

DataSplitDTO() 공개 메소드

public DataSplitDTO ( string outputVariable, string splitType, string at, int indexNum, bool include = false, bool inserted = false ) : System.Collections.Generic
outputVariable string
splitType string
at string
indexNum int
include bool
inserted bool
리턴 System.Collections.Generic

GetRuleSet() 공개 메소드

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

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

RaiseCanAddRemoveChanged() 공개 메소드

public RaiseCanAddRemoveChanged ( ) : void
리턴 void