C# Class Unlimited.Applications.BusinessDesignStudio.Activities.DataSplitDTO

Inheritance: Dev2.TO.ValidatedObject, IDev2TOFn, IOutputTOConvert
ファイルを表示 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

CanAdd() public method

public CanAdd ( ) : bool
return bool

CanRemove() public method

public CanRemove ( ) : bool
return bool

ClearRow() public method

public ClearRow ( ) : void
return void

ConvertToOutputTO() public method

public ConvertToOutputTO ( ) : OutputTO
return Dev2.DataList.Contract.OutputTO

DataSplitDTO() public method

public DataSplitDTO ( ) : System.Collections.Generic
return System.Collections.Generic

DataSplitDTO() public method

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
return System.Collections.Generic

GetRuleSet() public method

public GetRuleSet ( string propertyName, string datalist ) : IRuleSet
propertyName string
datalist string
return IRuleSet

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

RaiseCanAddRemoveChanged() public method

public RaiseCanAddRemoveChanged ( ) : void
return void