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

This class specifies the content tag for each BLOB heap.
Inheritance: SpecializedKnowledgeData
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
ContentTagKnowledge ( ) : System.Collections.Generic

Initializes a new instance of the ContentTagKnowledge class.

Protected Methods

Method Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

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

SerializeItemsToByteList ( List byteList ) : int

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

Method Details

ContentTagKnowledge() public method

Initializes a new instance of the ContentTagKnowledge class.
public ContentTagKnowledge ( ) : System.Collections.Generic
return System.Collections.Generic

DeserializeItemsFromByteArray() protected method

This method is used to deserialize the items of the content tag 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 content tag knowledge.
return void

SerializeItemsToByteList() protected method

This method is used to serialize the items of the content tag knowledge to the byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List Specify the byte list which stores the information of content tag knowledge.
return int