C# 클래스 ToSic.SexyContent.EAVExtensions.EntityDecorator

상속: IEntity
파일 보기 프로젝트 열기: 2sic/2sxc

공개 메소드들

메소드 설명
GetBestTitle ( ) : string
GetBestValue ( string attributeName, bool resolveHyperlinks = false ) : object
GetBestValue ( string attributeName, string dimensions, bool resolveHyperlinks = false ) : object
GetDraft ( ) : IEntity
GetPublished ( ) : IEntity
this ( string attributeName ) : IAttribute

보호된 메소드들

메소드 설명
EntityDecorator ( IEntity baseEntity ) : System

메소드 상세

EntityDecorator() 보호된 메소드

protected EntityDecorator ( IEntity baseEntity ) : System
baseEntity IEntity
리턴 System

GetBestTitle() 공개 메소드

public GetBestTitle ( ) : string
리턴 string

GetBestValue() 공개 메소드

public GetBestValue ( string attributeName, bool resolveHyperlinks = false ) : object
attributeName string
resolveHyperlinks bool
리턴 object

GetBestValue() 공개 메소드

public GetBestValue ( string attributeName, string dimensions, bool resolveHyperlinks = false ) : object
attributeName string
dimensions string
resolveHyperlinks bool
리턴 object

GetDraft() 공개 메소드

public GetDraft ( ) : IEntity
리턴 IEntity

GetPublished() 공개 메소드

public GetPublished ( ) : IEntity
리턴 IEntity

this() 공개 메소드

public this ( string attributeName ) : IAttribute
attributeName string
리턴 IAttribute