Method | Description | |
---|---|---|
CellID ( ) : System.Collections.Generic |
Initializes a new instance of the CellID class, this is default constructor.
|
|
CellID ( |
Initializes a new instance of the CellID class, this is the copy constructor.
|
|
CellID ( |
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.
|
Method | Description | |
---|---|---|
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int |
This method is used to deserialize the CellID basic object from the specified byte array and start index.
|
public CellID ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public CellID ( |
||
cellId | Specify the CellID. | |
return | System.Collections.Generic |
public CellID ( |
||
extendGuid1 | Specify the first ExGuid. | |
extendGuid2 | Specify the second ExGuid. | |
return | System.Collections.Generic |
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Specify the byte array. |
startIndex | int | Specify the start index from the byte array. |
return | int |
public Equals ( object obj ) : bool | ||
obj | object | Specify the object. |
return | bool |