C# Class Microsoft.Protocols.TestSuites.MS_VIEWSS.MS_VIEWSSSUTControlAdapter

The SUT Control Adapter class of MS-VIEWSS
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_VIEWSSSUTControlAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SetSoapVersion ( ) : void

Set the SOAP version according to the SoapVersion property.

Method Details

GetItemsCount() public méthode

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.
Résultat int

GetListAndView() public méthode

A method retrieves default view.
public GetListAndView ( string listDisplayName ) : string
listDisplayName string A specified list name in the server.
Résultat string

GetListGuidByName() public méthode

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.
Résultat string

Initialize() public méthode

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.
Résultat void