C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.RootNodeObject.RootNodeObjectBuilder

The class is used to build a root node object.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Build() 공개 메소드

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.
리턴 RootNodeObject

Build() 공개 메소드

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.
리턴 RootNodeObject