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

This class specifies changes sub-request.
Inheritance: FsshttpbCellSubRequest
ファイルを表示 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PutChangesCellSubRequest ( ulong subRequestID, ExGuid storageIndexExGuid ) : System

Initializes a new instance of the PutChangesCellSubRequest class

SerializeToByteList ( ) : List

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

Method Details

PutChangesCellSubRequest() public method

Initializes a new instance of the PutChangesCellSubRequest class
public PutChangesCellSubRequest ( ulong subRequestID, ExGuid storageIndexExGuid ) : System
subRequestID ulong Specify the sub request id
storageIndexExGuid ExGuid Specify the storage index ExGuid.
return System

SerializeToByteList() public method

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