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

Inheritance: SingleSelectDataType, IUmbracoIntegerDataType
ファイルを表示 Open project: DanMannMann/UmbracoCodeFirst

Public Methods

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

Initialises the instance from the Umbraco prevalue ID
public Initialise ( int dbValue ) : void
dbValue int the Umbraco prevalue ID
return void

Serialise() public method

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