C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.ActionButtonSetup

Represents a button that appears in the EWF user interface that performs an action or simply navigates to a URL when clicked.
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
ActionButtonSetup ( string text, ActionControl actionControl, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : System

Creates an action button with the given behavior (ActionControl). The ActionControlStyle of the given actionControl will be overwritten.

BuildButton ( Func styleSelector, bool usesSubmitBehavior ) : Control

EWF use only.

CreateWithUrl ( string text, EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo resourceInfo, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : ActionButtonSetup

NOTE: This method will be deleted when RSIS Goal 925 is completed. But continue using it when necessary since there is no good alternative.

메소드 상세

ActionButtonSetup() 공개 메소드

Creates an action button with the given behavior (ActionControl). The ActionControlStyle of the given actionControl will be overwritten.
public ActionButtonSetup ( string text, ActionControl actionControl, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : System
text string
actionControl ActionControl
icon EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon
리턴 System

BuildButton() 공개 메소드

EWF use only.
public BuildButton ( Func styleSelector, bool usesSubmitBehavior ) : Control
styleSelector Func
usesSubmitBehavior bool
리턴 System.Web.UI.Control

CreateWithUrl() 공개 정적인 메소드

NOTE: This method will be deleted when RSIS Goal 925 is completed. But continue using it when necessary since there is no good alternative.
public static CreateWithUrl ( string text, EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo resourceInfo, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : ActionButtonSetup
text string
resourceInfo EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo
icon EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon
리턴 ActionButtonSetup