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

This class specifies query access sub-request.
상속: FsshttpbCellSubRequest
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

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

메소드 상세

QueryAccessCellSubRequest() 공개 메소드

Initializes a new instance of the QueryAccessCellSubRequest class
public QueryAccessCellSubRequest ( 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