Method | Description | |
---|---|---|
Build ( List |
This method is used to build intermediate node object from an list of object group data element.
|
|
Build ( byte array, |
This method is used to build intermediate node object from a byte array with a signature.
|
Method | Description | |
---|---|---|
FindByExGuid ( List |
This method is used to find the object group data element using the specified extended GUID.
|
public Build ( List |
||
objectGroupList | List |
Specify the list of object group data elements. |
dataObj | Specify the object group object. | |
intermediateGuid | Specify the intermediate extended GUID. | |
return |
public Build ( byte array, |
||
array | byte | Specify the byte array. |
signature | Specify the signature. | |
return |