C# Класс Microsoft.Protocols.TestSuites.MS_VIEWSS.MS_VIEWSSSUTControlAdapter

The SUT Control Adapter class of MS-VIEWSS
Наследование: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_VIEWSSSUTControlAdapter
Показать файл Открыть проект

Открытые методы

Метод Описание
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