C# Класс ToSic.SexyContent.EAVExtensions.EntityDecorator

Наследование: IEntity
Показать файл Открыть проект

Открытые методы

Метод Описание
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