C# 클래스 Microsoft.Protocols.TestSuites.MS_OXWSSYNC.MS_OXWSSYNCAdapter

The class provides methods to verify data/operation format in MS-OXWSSYNC.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
ConfigureSOAPHeader ( object>.Dictionary headerValues ) : void

Configure the SOAP header before calling operations.

Initialize ( TestTools testSite ) : void

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.

SyncFolderHierarchy ( SyncFolderHierarchyType request ) : SyncFolderHierarchyResponseType

Gets synchronization information that enables folders to be synchronized between a client and a server.

SyncFolderItems ( SyncFolderItemsType request ) : SyncFolderItemsResponseType

Gets synchronization information that enables items to be synchronized between a client and a server.

비공개 메소드들

메소드 설명
VerifyRequirementOfOXWSCDATA ( ResponseMessageType responseMessage, bool isSchemaValidated ) : void

The capture code of requirements in MS-OXWSCDATA.

VerifySoapVersion ( ) : void

Verify the SOAP version.

VerifySyncFolderHierarchyResponse ( SyncFolderHierarchyResponseType syncFoldHierarchyResponse, bool isSchemaValidated ) : void

The capture code of requirements in SyncFolderHierarchy operation.

VerifySyncFolderItemsResponse ( SyncFolderItemsResponseType syncFolderItemsResponse, bool isSchemaValidated ) : void

The capture code of requirements in SyncFolderItems operation.

VerifyTransportType ( ) : void

Verify the transport related requirements.

메소드 상세

ConfigureSOAPHeader() 공개 메소드

Configure the SOAP header before calling operations.
public ConfigureSOAPHeader ( object>.Dictionary headerValues ) : void
headerValues object>.Dictionary Specify the values for SOAP header.
리턴 void

Initialize() 공개 메소드

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
public Initialize ( TestTools testSite ) : void
testSite TestTools Pass ITestSite to adapter, make adapter can use ITestSite's function
리턴 void

SyncFolderHierarchy() 공개 메소드

Gets synchronization information that enables folders to be synchronized between a client and a server.
public SyncFolderHierarchy ( SyncFolderHierarchyType request ) : SyncFolderHierarchyResponseType
request Microsoft.Protocols.TestSuites.Common.SyncFolderHierarchyType A request to the SyncFolderHierarchy operation.
리턴 SyncFolderHierarchyResponseType

SyncFolderItems() 공개 메소드

Gets synchronization information that enables items to be synchronized between a client and a server.
public SyncFolderItems ( SyncFolderItemsType request ) : SyncFolderItemsResponseType
request Microsoft.Protocols.TestSuites.Common.SyncFolderItemsType A request to the SyncFolderItems operation.
리턴 SyncFolderItemsResponseType