C# 클래스 UCosmic.Www.Mvc.PageFactory

파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
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