C# Class Microsoft.Protocols.TestSuites.SharedAdapter.SpecializedKnowledge

This class specifies the SpecializedKnowledge.
Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
CellKnowledgeGuid System.Guid
ContentTagKnowledgeGuid System.Guid
FragmentKnowledgeGuid System.Guid
KnowledgeEnumGuidMapping Guid>.Dictionary
KnowledgeTypeGuidMapping Type>.Dictionary
WaterlineKnowledgeGuid System.Guid

Méthodes publiques

Méthode Description
SpecializedKnowledge ( ) : System

Initializes a new instance of the SpecializedKnowledge class.

Méthodes protégées

Méthode Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

This method is used to deserialize the items of the specialized knowledge from the byte array.

SerializeItemsToByteList ( List byteList ) : int

This method is used to serialize the items of the specialized knowledge to the byte list.

Method Details

DeserializeItemsFromByteArray() protected méthode

This method is used to deserialize the items of the specialized knowledge from the byte array.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte Specify the byte array.
currentIndex int Specify the start index from the byte array.
lengthOfItems int Specify the current length of items in the specialized knowledge.
Résultat void

SerializeItemsToByteList() protected méthode

This method is used to serialize the items of the specialized knowledge to the byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List Specify the byte list which stores the information of the specialized knowledge.
Résultat int

SpecializedKnowledge() public méthode

Initializes a new instance of the SpecializedKnowledge class.
public SpecializedKnowledge ( ) : System
Résultat System

Property Details

CellKnowledgeGuid public_oe static_oe property

A GUID value specifies a cell knowledge.
public static Guid,System CellKnowledgeGuid
Résultat System.Guid

ContentTagKnowledgeGuid public_oe static_oe property

A GUID value specifies a content tag knowledge.
public static Guid,System ContentTagKnowledgeGuid
Résultat System.Guid

FragmentKnowledgeGuid public_oe static_oe property

A GUID value specifies a fragment knowledge.
public static Guid,System FragmentKnowledgeGuid
Résultat System.Guid

KnowledgeEnumGuidMapping public_oe static_oe property

A mapping that maps the stream object header and knowledge GUID value.
public static Dictionary KnowledgeEnumGuidMapping
Résultat Guid>.Dictionary

KnowledgeTypeGuidMapping public_oe static_oe property

A mapping that maps the knowledge GUID value and the knowledge types.
public static Dictionary KnowledgeTypeGuidMapping
Résultat Type>.Dictionary

WaterlineKnowledgeGuid public_oe static_oe property

A GUID value specifies a waterline knowledge.
public static Guid,System WaterlineKnowledgeGuid
Résultat System.Guid