Method | Description | |
---|---|---|
AreEquals ( this currentclaimResultInstance, |
It is extend method and used to compare fields' value between two instance of ClaimReleaseTaskResponseClaimReleaseTaskResult type.
|
|
GetAssociationDataFromTemplateItem ( string templateName, |
Get the association data from specified templateItem in response of GetTemplatesForItem operation.
|
|
GetAttributeValueFromXml ( string attributeName, |
Get attribute value from response data of an operation.
|
|
GetNodeFromXML ( string nodeName, |
Get the specified XML node from the specified XML fragment.
|
|
GetWorkFlowTemplateItemByName ( string templateName, |
Get the WorkFlow Template Item By specified Name
|
|
HasElement ( |
The method is used to verify whether specified elementName is existed in the specified lastRawXml.
|
|
Initialize ( ITestSite currentSite ) : void |
Initialize object of "Site".
|
|
IsValueValid ( long value, long bitMasks ) : bool |
A method used to check if the specified value is zero or more combination of the bitmasks.
|
|
VerifyWorkflowAssociationSchema ( |
Verify the schema definition for the workflow association data, if there is error in validation, method will throw an XmlSchemaValidationException.
|
Method | Description | |
---|---|---|
Combination ( long bitMasks, int countCom, List |
Get the combinations from the specified count of bitmasks.
|
|
GetCombinationsFromBitMasks ( long bitMasks ) : List |
Get all the combinations of the bitmasks.
|
|
LoadWorkflowAssociationSchemas ( ) : List |
Load the workflow Association Schema definitions
|
public static AreEquals ( this currentclaimResultInstance, |
||
currentclaimResultInstance | this | A parameter represents the current instance of ClaimReleaseTaskResponseClaimReleaseTaskResult type. |
targetclaimResultInstance | A parameter represents the target instance of ClaimReleaseTaskResponseClaimReleaseTaskResult type which will be compared. | |
return | bool |
public static GetAssociationDataFromTemplateItem ( string templateName, |
||
templateName | string | A parameter represents the template name which will be used to find out the template item |
templateData | A parameter represents response of GetTemplatesForItem operation which contains the association data. | |
return |
public static GetAttributeValueFromXml ( string attributeName, |
||
attributeName | string | The specified attribute name. |
xmlNode | The response data of an operation. | |
return | string |
public static GetNodeFromXML ( string nodeName, |
||
nodeName | string | The name of specified XML node. |
xmlNode | The specified XML fragment. | |
return |
public static GetWorkFlowTemplateItemByName ( string templateName, |
||
templateName | string | A parameter represents the template name which will be used to find out the template item |
templateData | A parameter represents response of GetTemplatesForItem operation. | |
return |
public static HasElement ( |
||
xmlElement | The XML element. | |
elementName | string | The element name which need to check whether it is existed. |
return | bool |
public static Initialize ( ITestSite currentSite ) : void | ||
currentSite | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static IsValueValid ( long value, long bitMasks ) : bool | ||
value | long | A parameter represents the value which is used to check. |
bitMasks | long | A parameter represents the array which is used limit the value specified in value parameter |
return | bool |
public static VerifyWorkflowAssociationSchema ( |
||
workFlowAssociationData | A parameter represents the data of the association | |
return | void |