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

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

공개 메소드들

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

Initialises the instance from the db value

Serialise ( ) : string

Serialises the instance to the db value

메소드 상세

Initialise() 공개 메소드

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

Serialise() 공개 메소드

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