C# Класс Felinesoft.UmbracoCodeFirst.DataTypes.BuiltIn.RadioButtonList

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

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

Метод Описание
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

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

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

Initialises the instance from the Umbraco prevalue ID
public Initialise ( int dbValue ) : void
dbValue int the Umbraco prevalue ID
Результат void

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

Returns the Umbraco PreValue ID of the selected item, or -1 if an invalid selection is made
public Serialise ( ) : int
Результат int