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

Inheritance: BasicObject
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
ExGUIDArray ( ) : System

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

ExGUIDArray ( ExGUIDArray extendGuidArray ) : System

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

ExGUIDArray ( List content ) : System

Initializes a new instance of the ExGUIDArray class with specified value.

SerializeToByteList ( ) : List

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

Protected Methods

Method Description
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

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

Method Details

DoDeserializeFromByteArray() protected method

This method is used to deserialize the ExGUIDArray 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.
return int

ExGUIDArray() public method

Initializes a new instance of the ExGUIDArray class, this is the default constructor.
public ExGUIDArray ( ) : System
return System

ExGUIDArray() public method

Initializes a new instance of the ExGUIDArray class, this is copy constructor.
public ExGUIDArray ( ExGUIDArray extendGuidArray ) : System
extendGuidArray ExGUIDArray Specify the ExGUIDArray where copies from.
return System

ExGUIDArray() public method

Initializes a new instance of the ExGUIDArray class with specified value.
public ExGUIDArray ( List content ) : System
content List Specify the list of ExGuid contents.
return System

SerializeToByteList() public method

This method is used to convert the element of ExGUIDArray basic object into a byte List.
public SerializeToByteList ( ) : List
return List