C# Class ToSic.SexyContent.EAVExtensions.EntityDecorator

Inheritance: IEntity
Mostra file Open project: 2sic/2sxc

Public Methods

Method Description
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

Protected Methods

Method Description
EntityDecorator ( IEntity baseEntity ) : System

Method Details

EntityDecorator() protected method

protected EntityDecorator ( IEntity baseEntity ) : System
baseEntity IEntity
return System

GetBestTitle() public method

public GetBestTitle ( ) : string
return string

GetBestValue() public method

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

GetBestValue() public method

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

GetDraft() public method

public GetDraft ( ) : IEntity
return IEntity

GetPublished() public method

public GetPublished ( ) : IEntity
return IEntity

this() public method

public this ( string attributeName ) : IAttribute
attributeName string
return IAttribute