C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.FolderChange

The FolderChange element contains a new or changed folder in the hierarchy synchronization. folderChange = IncrSyncChg propList
Inheritance: SyntacticalBase
Exibir arquivo Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

FolderChange ( FastTransferStream stream )

Initializes a new instance of the FolderChange class.

GetAbstractFolderChange ( ) : AbstractFolderChange

Get the corresponding abstractFolderChange.

GetParentSourceKey ( ) : byte[]

Get parent source key bytes.

GetSourceKey ( ) : byte[]

Gets source key bytes.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized folderChange.

Method Details

Deserialize() public method

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

FolderChange() public method

Initializes a new instance of the FolderChange class.
public FolderChange ( FastTransferStream stream )
stream FastTransferStream A FastTransferStream.

GetAbstractFolderChange() public method

Get the corresponding abstractFolderChange.
public GetAbstractFolderChange ( ) : AbstractFolderChange
return AbstractFolderChange

GetParentSourceKey() public method

Get parent source key bytes.
public GetParentSourceKey ( ) : byte[]
return byte[]

GetSourceKey() public method

Gets source key bytes.
public GetSourceKey ( ) : byte[]
return byte[]

Verify() public static method

Verify that a stream's current position contains a serialized folderChange.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool