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

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

공개 메소드들

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

Initialises the instance from a hex code without a # prefix

Serialise ( ) : string

Serialises the instance to a hex code without a # prefix

ToString ( ) : string

메소드 상세

Initialise() 공개 메소드

Initialises the instance from a hex code without a # prefix
public Initialise ( string dbValue ) : void
dbValue string
리턴 void

Serialise() 공개 메소드

Serialises the instance to a hex code without a # prefix
public Serialise ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string