C# Class Felinesoft.UmbracoCodeFirst.Attributes.PreValueAttribute

Inheritance: MultipleCodeFirstAttribute
Mostrar archivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
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

Method Details

PreValueAttribute() public method

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
return System

PreValueAttribute() public method

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
return System