C# Class Felinesoft.UmbracoCodeFirst.DataTypes.BuiltIn.RadioButtonList

Inheritance: SingleSelectDataType, IUmbracoIntegerDataType
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

Méthode Description
Initialise ( int dbValue ) : void

Initialises the instance from the Umbraco prevalue ID

Serialise ( ) : int

Returns the Umbraco PreValue ID of the selected item, or -1 if an invalid selection is made

Method Details

Initialise() public méthode

Initialises the instance from the Umbraco prevalue ID
public Initialise ( int dbValue ) : void
dbValue int the Umbraco prevalue ID
Résultat void

Serialise() public méthode

Returns the Umbraco PreValue ID of the selected item, or -1 if an invalid selection is made
public Serialise ( ) : int
Résultat int