Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Felinesoft
UmbracoCodeFirst
DataTypes
BuiltIn
LegacyContentPicker
C# Class Felinesoft.UmbracoCodeFirst.DataTypes.BuiltIn.LegacyContentPicker
Inheritance:
IUmbracoIntegerDataType
,
IHtmlString
Exibir arquivo
Open project: DanMannMann/UmbracoCodeFirst
Public Methods
Method
Description
Initialise
(
int
dbValue
) :
void
Initialises the instance from an Umbraco node ID
Serialise
( ) :
int
Returns the selected ID as a string
ToHtmlString
( ) :
string
ToString
( ) :
string
Method Details
Initialise()
public
method
Initialises the instance from an Umbraco node ID
public
Initialise
(
int
dbValue
) :
void
dbValue
int
return
void
Serialise()
public
method
Returns the selected ID as a string
public
Serialise
( ) :
int
return
int
ToHtmlString()
public
method
public
ToHtmlString
( ) :
string
return
string
ToString()
public
method
public
ToString
( ) :
string
return
string