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

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

공개 메소드들

메소드 설명
Initialise ( int dbValue ) : void

Initialises the instance from the db value

Serialise ( ) : int

Serialises the instance to the db value

ToString ( ) : string

메소드 상세

Initialise() 공개 메소드

Initialises the instance from the db value
public Initialise ( int dbValue ) : void
dbValue int
리턴 void

Serialise() 공개 메소드

Serialises the instance to the db value
public Serialise ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string