C# Class Felinesoft.UmbracoCodeFirst.Attributes.PreValueAttribute

Inheritance: MultipleCodeFirstAttribute
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

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

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

PreValueAttribute() public méthode

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