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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
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