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

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

Méthodes publiques

Méthode Description
CellKnowledgeEntry ( ) : System

Initializes a new instance of the CellKnowledgeEntry 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 cell knowledge entry from the byte array.

SerializeItemsToByteList ( List byteList ) : int

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

Method Details

CellKnowledgeEntry() public méthode

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

DeserializeItemsFromByteArray() protected méthode

This method is used to deserialize the items of the cell knowledge entry 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 cell knowledge entry.
Résultat void

SerializeItemsToByteList() protected méthode

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