C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.SpecializedKnowledge

This class specifies the SpecializedKnowledge.
상속: StreamObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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