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

Exibir arquivo Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
CheapServerDNCount uint
FolderLongTermId Microsoft.Protocols.TestSuites.Common.LongTermId
ServerDNArray string[]
ServerDNCount uint

Public Methods

Method Description
Deserialize ( System stream, int size ) : int

Deserialize from a stream.

FolderReplicaInfo ( FastTransferStream stream ) : System

Initializes a new instance of the FolderReplicaInfo structure.

Serialize ( System stream ) : int

Serialize this instance to a stream.

Method Details

Deserialize() public method

Deserialize from a stream.
public Deserialize ( System stream, int size ) : int
stream System A stream contains serialize.
size int Must be -1.
return int

FolderReplicaInfo() public method

Initializes a new instance of the FolderReplicaInfo structure.
public FolderReplicaInfo ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
return System

Serialize() public method

Serialize this instance to a stream.
public Serialize ( System stream ) : int
stream System A data stream contains serialized object.
return int

Property Details

CheapServerDNCount public_oe property

(4 bytes): An unsigned 32-bit integer value that determines how many of the leading elements in ServerDNArray have the same, lowest, network access cost. CheapServerDNCount MUST be less than or equal to ServerDNCount.
public uint CheapServerDNCount
return uint

FolderLongTermId public_oe property

A LongTermID structure. Contains the LongTermID of a folder, for which server replica information is being described.
public LongTermId,Microsoft.Protocols.TestSuites.Common FolderLongTermId
return Microsoft.Protocols.TestSuites.Common.LongTermId

ServerDNArray public_oe property

An array of ASCII-encoded NULL-terminated strings. MUST contain ServerDNCount strings. Contains an enterprise/site/server distinguished name (ESSDN) of servers that have a replica of the folder identifier by FolderLongTermId.
public string[] ServerDNArray
return string[]

ServerDNCount public_oe property

An unsigned 32-bit integer value that determines how many elements exist in ServerDNArray. MUST NOT be zero (0x00000000).
public uint ServerDNCount
return uint