C# Class ToSic.SexyContent.EAVExtensions.EntityDecorator

Inheritance: IEntity
Afficher le fichier Open project: 2sic/2sxc

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
EntityDecorator ( IEntity baseEntity ) : System

Method Details

EntityDecorator() protected méthode

protected EntityDecorator ( IEntity baseEntity ) : System
baseEntity IEntity
Résultat System

GetBestTitle() public méthode

public GetBestTitle ( ) : string
Résultat string

GetBestValue() public méthode

public GetBestValue ( string attributeName, bool resolveHyperlinks = false ) : object
attributeName string
resolveHyperlinks bool
Résultat object

GetBestValue() public méthode

public GetBestValue ( string attributeName, string dimensions, bool resolveHyperlinks = false ) : object
attributeName string
dimensions string
resolveHyperlinks bool
Résultat object

GetDraft() public méthode

public GetDraft ( ) : IEntity
Résultat IEntity

GetPublished() public méthode

public GetPublished ( ) : IEntity
Résultat IEntity

this() public méthode

public this ( string attributeName ) : IAttribute
attributeName string
Résultat IAttribute