C# Class Rebel.Cms.Web.Mvc.ActionFilters.SaveAttribute

Specific action to support the Save operation
Inheritance: RequiredFieldAttribute
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
SaveAttribute ( )

Default constructor, always expect submit.Save value in the Request

SaveAttribute ( FieldMatchType matchType )

Alternate constructor allowing you to specify the id/name of the different save button ids that could exist in the request, at least one must match and they are matched using the FieldMatchType specified

Method Details

SaveAttribute() public method

Default constructor, always expect submit.Save value in the Request
public SaveAttribute ( )

SaveAttribute() public method

Alternate constructor allowing you to specify the id/name of the different save button ids that could exist in the request, at least one must match and they are matched using the FieldMatchType specified
public SaveAttribute ( FieldMatchType matchType )
matchType FieldMatchType