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
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

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

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

FolderChange() public méthode

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

GetAbstractFolderChange() public méthode

Get the corresponding abstractFolderChange.
public GetAbstractFolderChange ( ) : AbstractFolderChange
Résultat AbstractFolderChange

GetParentSourceKey() public méthode

Get parent source key bytes.
public GetParentSourceKey ( ) : byte[]
Résultat byte[]

GetSourceKey() public méthode

Gets source key bytes.
public GetSourceKey ( ) : byte[]
Résultat byte[]

Verify() public static méthode

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