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

This class is used to specify the cell identifier.
Наследование: BasicObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CellID ( ) : System.Collections.Generic

Initializes a new instance of the CellID class, this is default constructor.

CellID ( CellID cellId ) : System.Collections.Generic

Initializes a new instance of the CellID class, this is the copy constructor.

CellID ( ExGuid extendGuid1, ExGuid extendGuid2 ) : System.Collections.Generic

Initializes a new instance of the CellID class with specified ExGuids.

Equals ( object obj ) : bool

Override the Equals method.

GetHashCode ( ) : int

Override the GetHashCode.

SerializeToByteList ( ) : List

This method is used to convert the element of CellID basic object into a byte List.

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

Метод Описание
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

This method is used to deserialize the CellID basic object from the specified byte array and start index.

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

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

Initializes a new instance of the CellID class, this is default constructor.
public CellID ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Initializes a new instance of the CellID class, this is the copy constructor.
public CellID ( CellID cellId ) : System.Collections.Generic
cellId CellID Specify the CellID.
Результат System.Collections.Generic

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

Initializes a new instance of the CellID class with specified ExGuids.
public CellID ( ExGuid extendGuid1, ExGuid extendGuid2 ) : System.Collections.Generic
extendGuid1 ExGuid Specify the first ExGuid.
extendGuid2 ExGuid Specify the second ExGuid.
Результат System.Collections.Generic

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

This method is used to deserialize the CellID basic object from the specified byte array and start index.
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte Specify the byte array.
startIndex int Specify the start index from the byte array.
Результат int

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

Override the Equals method.
public Equals ( object obj ) : bool
obj object Specify the object.
Результат bool

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

Override the GetHashCode.
public GetHashCode ( ) : int
Результат int

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

This method is used to convert the element of CellID basic object into a byte List.
public SerializeToByteList ( ) : List
Результат List