C# Class Microsoft.Protocols.TestSuites.SharedAdapter.IntermediateNodeObject.IntermediateNodeObjectBuilder

The class is used to build a intermediate node object.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Build ( List objectGroupList, ObjectGroupObjectData dataObj, ExGuid intermediateGuid ) : IntermediateNodeObject

This method is used to build intermediate node object from an list of object group data element.

Build ( byte array, SignatureObject signature ) : IntermediateNodeObject

This method is used to build intermediate node object from a byte array with a signature.

Private Methods

Method Description
FindByExGuid ( List objectGroupList, ExGuid extendedGuid, ObjectGroupObjectDeclare &declare ) : ObjectGroupObjectData

This method is used to find the object group data element using the specified extended GUID.

Method Details

Build() public method

This method is used to build intermediate node object from an list of object group data element.
public Build ( List objectGroupList, ObjectGroupObjectData dataObj, ExGuid intermediateGuid ) : IntermediateNodeObject
objectGroupList List Specify the list of object group data elements.
dataObj ObjectGroupObjectData Specify the object group object.
intermediateGuid ExGuid Specify the intermediate extended GUID.
return IntermediateNodeObject

Build() public method

This method is used to build intermediate node object from a byte array with a signature.
public Build ( byte array, SignatureObject signature ) : IntermediateNodeObject
array byte Specify the byte array.
signature SignatureObject Specify the signature.
return IntermediateNodeObject