C# Class UCosmic.Www.Mvc.PageFactory

Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

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

Private Methods

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

Method Details

AutoCompleteMenuKey() public static méthode

public static AutoCompleteMenuKey ( this fieldKey ) : string
fieldKey this
Résultat string

CollectionItemClickKey() public static méthode

public static CollectionItemClickKey ( this fieldKey, string clickDetail ) : string
fieldKey this
clickDetail string
Résultat string

CollectionItemKey() public static méthode

public static CollectionItemKey ( this fieldKey, string itemDetail ) : string
fieldKey this
itemDetail string
Résultat string

CollectionItemRemoveKey() public static méthode

public static CollectionItemRemoveKey ( this fieldKey, string removeDetail ) : string
fieldKey this
removeDetail string
Résultat string

CollectionItemTextKey() public static méthode

public static CollectionItemTextKey ( this fieldKey ) : string
fieldKey this
Résultat string

ComboBoxDownArrowKey() public static méthode

public static ComboBoxDownArrowKey ( this fieldKey ) : string
fieldKey this
Résultat string

ErrorKey() public static méthode

public static ErrorKey ( this fieldKey ) : string
fieldKey this
Résultat string

ErrorTextKey() public static méthode

public static ErrorTextKey ( this fieldKey, string errorType ) : string
fieldKey this
errorType string
Résultat string

GetPage() public static méthode

public static GetPage ( this browser ) : UCosmic.Www.Mvc.Page
browser this
Résultat UCosmic.Www.Mvc.Page

RadioKey() public static méthode

public static RadioKey ( this fieldKey, string radioLabel ) : string
fieldKey this
radioLabel string
Résultat string