C# 클래스 Felinesoft.UmbracoCodeFirst.DataTypes.BuiltIn.RadioButtonList

상속: SingleSelectDataType, IUmbracoIntegerDataType
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
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