C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.PutChangesCellSubRequest

This class specifies changes sub-request.
상속: FsshttpbCellSubRequest
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

PutChangesCellSubRequest() 공개 메소드

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.
리턴 System

SerializeToByteList() 공개 메소드

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