Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Felinesoft
UmbracoCodeFirst
DataTypes
BuiltIn
Numeric
C# Class Felinesoft.UmbracoCodeFirst.DataTypes.BuiltIn.Numeric
Inheritance:
IUmbracoIntegerDataType
Datei anzeigen
Open project: DanMannMann/UmbracoCodeFirst
Public Methods
Method
Description
Initialise
(
int
dbValue
) :
void
Initialises the instance from the db value
Serialise
( ) :
int
Serialises the instance to the db value
ToString
( ) :
string
Method Details
Initialise()
public
method
Initialises the instance from the db value
public
Initialise
(
int
dbValue
) :
void
dbValue
int
return
void
Serialise()
public
method
Serialises the instance to the db value
public
Serialise
( ) :
int
return
int
ToString()
public
method
public
ToString
( ) :
string
return
string