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

Inheritance: Dev2.TO.ValidatedObject, IDev2TOFn
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
DataMergeDTO ( ) : System.Collections.Generic
DataMergeDTO ( string inputVariable, string mergeType, string at, int indexNum, string padding, string alignment, 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

DataMergeDTO() public method

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

DataMergeDTO() public method

public DataMergeDTO ( string inputVariable, string mergeType, string at, int indexNum, string padding, string alignment, bool inserted = false ) : System.Collections.Generic
inputVariable string
mergeType string
at string
indexNum int
padding string
alignment string
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