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

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

Private Properties

Property Type Description
RaiseCanAddRemoveChanged void

Public Methods

Method 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

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

GetRuleSet() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

XPathDTO() public method

public XPathDTO ( ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation
return Dev2.Common.Interfaces.Infrastructure.Providers.Validation

XPathDTO() public method

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
return Dev2.Common.Interfaces.Infrastructure.Providers.Validation