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

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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.
Résultat RootNodeObject

Build() public méthode

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.
Résultat RootNodeObject