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

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

Private Properties

Свойство Type Description
RaiseCanAddRemoveChanged void

Méthodes publiques

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

Private Methods

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

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

XPathDTO() public méthode

public XPathDTO ( ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation
Résultat Dev2.Common.Interfaces.Infrastructure.Providers.Validation

XPathDTO() public méthode

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
Résultat Dev2.Common.Interfaces.Infrastructure.Providers.Validation