C# Класс Felinesoft.UmbracoCodeFirst.Attributes.PreValueAttribute

Наследование: MultipleCodeFirstAttribute
Показать файл Открыть проект

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

Метод Описание
PreValueAttribute ( string alias, string value ) : System

Specifies a string prevalue to apply to a data type

PreValueAttribute ( string alias, string value, int sortOrder, int id ) : System

Specifies a string prevalue to apply to a data type

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

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

Specifies a string prevalue to apply to a data type
public PreValueAttribute ( string alias, string value ) : System
alias string The alias of the prevalue
value string The value of the prevalue
Результат System

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

Specifies a string prevalue to apply to a data type
public PreValueAttribute ( string alias, string value, int sortOrder, int id ) : System
alias string The alias of the prevalue
value string The value of the prevalue
sortOrder int The sort order of the prevalue
id int The id of the prevalue
Результат System