C# Class Microsoft.Protocols.TestSuites.SharedAdapter.RootNodeObject.RootNodeObjectBuilder

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

Public Methods

Method Description
Build ( List dataElements, ExGuid storageIndexExGuid ) : RootNodeObject

This method is used to build a root node object from an data element list with the specified storage index extended GUID.

Build ( byte fileContent ) : RootNodeObject

This method is used to build a root node object from a byte array.

Private Methods

Method Description
Build ( List objectGroupList, ExGuid rootExGuid ) : RootNodeObject

This method is used to build a root node object from an object group data element list with the specified root extended GUID.

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 a root node object from an data element list with the specified storage index extended GUID.
public Build ( List dataElements, ExGuid storageIndexExGuid ) : RootNodeObject
dataElements List Specify the data element list.
storageIndexExGuid ExGuid Specify the storage index extended GUID.
return RootNodeObject

Build() public method

This method is used to build a root node object from a byte array.
public Build ( byte fileContent ) : RootNodeObject
fileContent byte Specify the byte array.
return RootNodeObject