C# Class MAPIInspector.Parsers.XID

Represents an external identifier for an entity within a data store.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
localId byte[]
namespaceGuid System.Guid

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

XID ( int length ) : System

Initializes a new instance of the XID structure.

Method Details

Parse() public méthode

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains XID.
Résultat void

XID() public méthode

Initializes a new instance of the XID structure.
public XID ( int length ) : System
length int the length of the LocalId.
Résultat System

Property Details

localId public_oe property

public byte[] localId
Résultat byte[]

namespaceGuid public_oe property

public Guid,System namespaceGuid
Résultat System.Guid