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

This class specifies query change sub-request.
Inheritance: FsshttpbCellSubRequest
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
QueryChangesCellSubRequest ( ulong subRequestID ) : System

Initializes a new instance of the QueryChangesCellSubRequest class

SerializeToByteList ( ) : List

This method is used to convert the element into a byte List

Method Details

QueryChangesCellSubRequest() public méthode

Initializes a new instance of the QueryChangesCellSubRequest class
public QueryChangesCellSubRequest ( ulong subRequestID ) : System
subRequestID ulong Specify the sub request id
Résultat System

SerializeToByteList() public méthode

This method is used to convert the element into a byte List
public SerializeToByteList ( ) : List
Résultat List