C# 클래스 FluentWebControls.ButtonData

상속: IControllerAwareWebControl
파일 보기 프로젝트 열기: mvbalaw/FluentWebControls

공개 메소드들

메소드 설명
AddUrlParameter ( string parameter ) : void
AddUrlParameters ( List parameters ) : void
ButtonData ( IButtonType type ) : System
ButtonData ( IButtonType type, IPathUtility pathUtility ) : System
ButtonData ( IButtonType type, IPathUtility pathUtility, string controllerName ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
BuildUrlParameters ( ) : string

메소드 상세

AddUrlParameter() 공개 메소드

public AddUrlParameter ( string parameter ) : void
parameter string
리턴 void

AddUrlParameters() 공개 메소드

public AddUrlParameters ( List parameters ) : void
parameters List
리턴 void

ButtonData() 공개 메소드

public ButtonData ( IButtonType type ) : System
type IButtonType
리턴 System

ButtonData() 공개 메소드

public ButtonData ( IButtonType type, IPathUtility pathUtility ) : System
type IButtonType
pathUtility IPathUtility
리턴 System

ButtonData() 공개 메소드

public ButtonData ( IButtonType type, IPathUtility pathUtility, string controllerName ) : System
type IButtonType
pathUtility IPathUtility
controllerName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string