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

This class specifies query access sub-request.
Inheritance: FsshttpbCellSubRequest
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
QueryAccessCellSubRequest ( ulong subRequestID ) : System

Initializes a new instance of the QueryAccessCellSubRequest class

SerializeToByteList ( ) : List

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

Method Details

QueryAccessCellSubRequest() public method

Initializes a new instance of the QueryAccessCellSubRequest class
public QueryAccessCellSubRequest ( ulong subRequestID ) : System
subRequestID ulong Specify the sub request id
return System

SerializeToByteList() public method

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