C# Класс Rebel.Cms.Web.Mvc.ActionFilters.SaveAttribute

Specific action to support the Save operation
Наследование: RequiredFieldAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SaveAttribute() публичный Метод

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

SaveAttribute() публичный Метод

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