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

Inheritance: Dev2.TO.ValidatedObject, IDev2TOFn, IOutputTOConvert
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public CanAdd ( ) : bool
Résultat bool

CanRemove() public méthode

public CanRemove ( ) : bool
Résultat bool

ClearRow() public méthode

public ClearRow ( ) : void
Résultat void

ConvertToOutputTO() public méthode

public ConvertToOutputTO ( ) : OutputTO
Résultat Dev2.DataList.Contract.OutputTO

DataSplitDTO() public méthode

public DataSplitDTO ( ) : System.Collections.Generic
Résultat System.Collections.Generic

DataSplitDTO() public méthode

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
Résultat System.Collections.Generic

GetRuleSet() public méthode

public GetRuleSet ( string propertyName, string datalist ) : IRuleSet
propertyName string
datalist string
Résultat IRuleSet

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

RaiseCanAddRemoveChanged() public méthode

public RaiseCanAddRemoveChanged ( ) : void
Résultat void