C# 클래스 Kooboo.Commerce.Web.Framework.UI.Html.HeadPanelButtonCollectionExtensions

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
AddAjaxPostButton ( this buttons, string text, string icon, string action, RouteValueDictionary additionalRouteValues ) : HeaderPanelButton
AddAjaxPostButton ( this buttons, string text, string icon, string action, object additionalRouteValues = null ) : HeaderPanelButton
AddBackButton ( this buttons ) : HeaderPanelButton
AddCancelButton ( this buttons ) : HeaderPanelButton
AddCreateButton ( this buttons, string actionName = "Create" ) : HeaderPanelButton
AddDeleteButton ( this buttons, string actionName = "Delete" ) : HeaderPanelButton
AddDisableButton ( this buttons, string actionName = "Disable" ) : HeaderPanelButton
AddEnableButton ( this buttons, string actionName = "Enable" ) : HeaderPanelButton
AddSaveAndNextButton ( this buttons, string ajaxFormId = null ) : HeaderPanelButton
AddSaveButton ( this buttons, string ajaxFormId = null ) : HeaderPanelButton
AddTopbarCommands ( this buttons, IEnumerable commands, Type modelType ) : HeaderPanelButtonCollection
AddTopbarCommands ( this buttons, IEnumerable commands, Type modelType, object modelId ) : HeaderPanelButtonCollection

메소드 상세

AddAjaxPostButton() 공개 정적인 메소드

public static AddAjaxPostButton ( this buttons, string text, string icon, string action, RouteValueDictionary additionalRouteValues ) : HeaderPanelButton
buttons this
text string
icon string
action string
additionalRouteValues RouteValueDictionary
리턴 HeaderPanelButton

AddAjaxPostButton() 공개 정적인 메소드

public static AddAjaxPostButton ( this buttons, string text, string icon, string action, object additionalRouteValues = null ) : HeaderPanelButton
buttons this
text string
icon string
action string
additionalRouteValues object
리턴 HeaderPanelButton

AddBackButton() 공개 정적인 메소드

public static AddBackButton ( this buttons ) : HeaderPanelButton
buttons this
리턴 HeaderPanelButton

AddCancelButton() 공개 정적인 메소드

public static AddCancelButton ( this buttons ) : HeaderPanelButton
buttons this
리턴 HeaderPanelButton

AddCreateButton() 공개 정적인 메소드

public static AddCreateButton ( this buttons, string actionName = "Create" ) : HeaderPanelButton
buttons this
actionName string
리턴 HeaderPanelButton

AddDeleteButton() 공개 정적인 메소드

public static AddDeleteButton ( this buttons, string actionName = "Delete" ) : HeaderPanelButton
buttons this
actionName string
리턴 HeaderPanelButton

AddDisableButton() 공개 정적인 메소드

public static AddDisableButton ( this buttons, string actionName = "Disable" ) : HeaderPanelButton
buttons this
actionName string
리턴 HeaderPanelButton

AddEnableButton() 공개 정적인 메소드

public static AddEnableButton ( this buttons, string actionName = "Enable" ) : HeaderPanelButton
buttons this
actionName string
리턴 HeaderPanelButton

AddSaveAndNextButton() 공개 정적인 메소드

public static AddSaveAndNextButton ( this buttons, string ajaxFormId = null ) : HeaderPanelButton
buttons this
ajaxFormId string
리턴 HeaderPanelButton

AddSaveButton() 공개 정적인 메소드

public static AddSaveButton ( this buttons, string ajaxFormId = null ) : HeaderPanelButton
buttons this
ajaxFormId string
리턴 HeaderPanelButton

AddTopbarCommands() 공개 정적인 메소드

public static AddTopbarCommands ( this buttons, IEnumerable commands, Type modelType ) : HeaderPanelButtonCollection
buttons this
commands IEnumerable
modelType System.Type
리턴 HeaderPanelButtonCollection

AddTopbarCommands() 공개 정적인 메소드

public static AddTopbarCommands ( this buttons, IEnumerable commands, Type modelType, object modelId ) : HeaderPanelButtonCollection
buttons this
commands IEnumerable
modelType System.Type
modelId object
리턴 HeaderPanelButtonCollection