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

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

Private Properties

프로퍼티 타입 설명
GetCropsFromProperties ImageCropDefinition>.Dictionary

공개 메소드들

메소드 설명
GetPreValues ( PreValueContext context ) : PreValue>.IDictionary
ImageCropper ( ) : System
Initialise ( string dbValue ) : void

Initialises the instance from the db value

Serialise ( ) : string

Serialises the instance to the db value

ToHtmlString ( ) : string
ToString ( ) : string
this ( string alias ) : ImageCrop

비공개 메소드들

메소드 설명
GetCropsFromProperties ( ) : ImageCropDefinition>.Dictionary

메소드 상세

GetPreValues() 공개 메소드

public GetPreValues ( PreValueContext context ) : PreValue>.IDictionary
context Felinesoft.UmbracoCodeFirst.DataTypes.PreValueContext
리턴 PreValue>.IDictionary

ImageCropper() 공개 메소드

public ImageCropper ( ) : System
리턴 System

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

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string alias ) : ImageCrop
alias string
리턴 Felinesoft.UmbracoCodeFirst.DataTypes.ImageCrop