Property | Type | Description | |
---|---|---|---|
RaiseCanAddRemoveChanged | void |
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 |
Method | Description | |
---|---|---|
RaiseCanAddRemoveChanged ( ) : void |
public GetRuleSet ( string propertyName, string datalist ) : IRuleSet | ||
propertyName | string | |
datalist | string | |
return | IRuleSet |
public XPathDTO ( ) : Dev2.Common.Interfaces.Infrastructure.Providers.Validation | ||
return | Dev2.Common.Interfaces.Infrastructure.Providers.Validation |
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 |