C# Класс UCosmic.Www.Mvc.PageFactory

Показать файл Открыть проект

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

Метод Описание
AutoCompleteMenuKey ( this fieldKey ) : string
CollectionItemClickKey ( this fieldKey, string clickDetail ) : string
CollectionItemKey ( this fieldKey, string itemDetail ) : string
CollectionItemRemoveKey ( this fieldKey, string removeDetail ) : string
CollectionItemTextKey ( this fieldKey ) : string
ComboBoxDownArrowKey ( this fieldKey ) : string
ErrorKey ( this fieldKey ) : string
ErrorTextKey ( this fieldKey, string errorType ) : string
GetPage ( this browser ) : UCosmic.Www.Mvc.Page
RadioKey ( this fieldKey, string radioLabel ) : string

Приватные методы

Метод Описание
CreateNewInstance ( this page, IWebDriver browser = null ) : UCosmic.Www.Mvc.Page
GetCurrentPage ( IWebDriver browser ) : UCosmic.Www.Mvc.Page
GetTitledPage ( string title ) : UCosmic.Www.Mvc.Page
InitializeRegistry ( ) : void

Описание методов

AutoCompleteMenuKey() публичный статический Метод

public static AutoCompleteMenuKey ( this fieldKey ) : string
fieldKey this
Результат string

CollectionItemClickKey() публичный статический Метод

public static CollectionItemClickKey ( this fieldKey, string clickDetail ) : string
fieldKey this
clickDetail string
Результат string

CollectionItemKey() публичный статический Метод

public static CollectionItemKey ( this fieldKey, string itemDetail ) : string
fieldKey this
itemDetail string
Результат string

CollectionItemRemoveKey() публичный статический Метод

public static CollectionItemRemoveKey ( this fieldKey, string removeDetail ) : string
fieldKey this
removeDetail string
Результат string

CollectionItemTextKey() публичный статический Метод

public static CollectionItemTextKey ( this fieldKey ) : string
fieldKey this
Результат string

ComboBoxDownArrowKey() публичный статический Метод

public static ComboBoxDownArrowKey ( this fieldKey ) : string
fieldKey this
Результат string

ErrorKey() публичный статический Метод

public static ErrorKey ( this fieldKey ) : string
fieldKey this
Результат string

ErrorTextKey() публичный статический Метод

public static ErrorTextKey ( this fieldKey, string errorType ) : string
fieldKey this
errorType string
Результат string

GetPage() публичный статический Метод

public static GetPage ( this browser ) : UCosmic.Www.Mvc.Page
browser this
Результат UCosmic.Www.Mvc.Page

RadioKey() публичный статический Метод

public static RadioKey ( this fieldKey, string radioLabel ) : string
fieldKey this
radioLabel string
Результат string