C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.SpecializedKnowledge

This class specifies the SpecializedKnowledge.
Наследование: StreamObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CellKnowledgeGuid System.Guid
ContentTagKnowledgeGuid System.Guid
FragmentKnowledgeGuid System.Guid
KnowledgeEnumGuidMapping Guid>.Dictionary
KnowledgeTypeGuidMapping Type>.Dictionary
WaterlineKnowledgeGuid System.Guid

Открытые методы

Метод Описание
SpecializedKnowledge ( ) : System

Initializes a new instance of the SpecializedKnowledge class.

Защищенные методы

Метод Описание
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.

Описание методов

DeserializeItemsFromByteArray() защищенный Метод

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.
Результат void

SerializeItemsToByteList() защищенный Метод

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.
Результат int

SpecializedKnowledge() публичный Метод

Initializes a new instance of the SpecializedKnowledge class.
public SpecializedKnowledge ( ) : System
Результат System

Описание свойств

CellKnowledgeGuid публичное статическое свойство

A GUID value specifies a cell knowledge.
public static Guid,System CellKnowledgeGuid
Результат System.Guid

ContentTagKnowledgeGuid публичное статическое свойство

A GUID value specifies a content tag knowledge.
public static Guid,System ContentTagKnowledgeGuid
Результат System.Guid

FragmentKnowledgeGuid публичное статическое свойство

A GUID value specifies a fragment knowledge.
public static Guid,System FragmentKnowledgeGuid
Результат System.Guid

KnowledgeEnumGuidMapping публичное статическое свойство

A mapping that maps the stream object header and knowledge GUID value.
public static Dictionary KnowledgeEnumGuidMapping
Результат Guid>.Dictionary

KnowledgeTypeGuidMapping публичное статическое свойство

A mapping that maps the knowledge GUID value and the knowledge types.
public static Dictionary KnowledgeTypeGuidMapping
Результат Type>.Dictionary

WaterlineKnowledgeGuid публичное статическое свойство

A GUID value specifies a waterline knowledge.
public static Guid,System WaterlineKnowledgeGuid
Результат System.Guid