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

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

공개 메소드들

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

메소드 상세

QueryChangesCellSubRequest() 공개 메소드

Initializes a new instance of the QueryChangesCellSubRequest class
public QueryChangesCellSubRequest ( ulong subRequestID ) : System
subRequestID ulong Specify the sub request id
리턴 System

SerializeToByteList() 공개 메소드

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