C# Class Kooboo.Commerce.Web.Framework.UI.Html.HeadPanelButtonCollectionExtensions

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

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

Method Details

AddAjaxPostButton() public static méthode

public static AddAjaxPostButton ( this buttons, string text, string icon, string action, RouteValueDictionary additionalRouteValues ) : HeaderPanelButton
buttons this
text string
icon string
action string
additionalRouteValues RouteValueDictionary
Résultat HeaderPanelButton

AddAjaxPostButton() public static méthode

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
Résultat HeaderPanelButton

AddBackButton() public static méthode

public static AddBackButton ( this buttons ) : HeaderPanelButton
buttons this
Résultat HeaderPanelButton

AddCancelButton() public static méthode

public static AddCancelButton ( this buttons ) : HeaderPanelButton
buttons this
Résultat HeaderPanelButton

AddCreateButton() public static méthode

public static AddCreateButton ( this buttons, string actionName = "Create" ) : HeaderPanelButton
buttons this
actionName string
Résultat HeaderPanelButton

AddDeleteButton() public static méthode

public static AddDeleteButton ( this buttons, string actionName = "Delete" ) : HeaderPanelButton
buttons this
actionName string
Résultat HeaderPanelButton

AddDisableButton() public static méthode

public static AddDisableButton ( this buttons, string actionName = "Disable" ) : HeaderPanelButton
buttons this
actionName string
Résultat HeaderPanelButton

AddEnableButton() public static méthode

public static AddEnableButton ( this buttons, string actionName = "Enable" ) : HeaderPanelButton
buttons this
actionName string
Résultat HeaderPanelButton

AddSaveAndNextButton() public static méthode

public static AddSaveAndNextButton ( this buttons, string ajaxFormId = null ) : HeaderPanelButton
buttons this
ajaxFormId string
Résultat HeaderPanelButton

AddSaveButton() public static méthode

public static AddSaveButton ( this buttons, string ajaxFormId = null ) : HeaderPanelButton
buttons this
ajaxFormId string
Résultat HeaderPanelButton

AddTopbarCommands() public static méthode

public static AddTopbarCommands ( this buttons, IEnumerable commands, Type modelType ) : HeaderPanelButtonCollection
buttons this
commands IEnumerable
modelType System.Type
Résultat HeaderPanelButtonCollection

AddTopbarCommands() public static méthode

public static AddTopbarCommands ( this buttons, IEnumerable commands, Type modelType, object modelId ) : HeaderPanelButtonCollection
buttons this
commands IEnumerable
modelType System.Type
modelId object
Résultat HeaderPanelButtonCollection