C# 클래스 Microsoft.Protocols.TestSuites.MS_VIEWSS.MS_VIEWSSSUTControlAdapter

The SUT Control Adapter class of MS-VIEWSS
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_VIEWSSSUTControlAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
GetItemsCount ( string listGuid, string viewGuid ) : int

Implement the GetItemsCount method for getting the count of the list items in the specified view.

GetListAndView ( string listDisplayName ) : string

A method retrieves default view.

GetListGuidByName ( string listDisplayName ) : string

A method retrieves the List GUID when a list name is provided.

Initialize ( ITestSite testSite ) : void

Initialize the adapter instance.

비공개 메소드들

메소드 설명
SetSoapVersion ( ) : void

Set the SOAP version according to the SoapVersion property.

메소드 상세

GetItemsCount() 공개 메소드

Implement the GetItemsCount method for getting the count of the list items in the specified view.
public GetItemsCount ( string listGuid, string viewGuid ) : int
listGuid string A specified list GUID in the server.
viewGuid string A specified view GUID in the server.
리턴 int

GetListAndView() 공개 메소드

A method retrieves default view.
public GetListAndView ( string listDisplayName ) : string
listDisplayName string A specified list name in the server.
리턴 string

GetListGuidByName() 공개 메소드

A method retrieves the List GUID when a list name is provided.
public GetListGuidByName ( string listDisplayName ) : string
listDisplayName string A specified list display name on the server.
리턴 string

Initialize() 공개 메소드

Initialize the adapter instance.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite A parameter represents a ITestSite instance which is used to get/operate current test suite context.
리턴 void