C# Класс ToSic.SexyContent.DynamicEntity

Наследование: System.Dynamic.DynamicObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Configuration ContentConfiguration

Private Properties

Свойство Тип Описание

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

Метод Описание
DynamicEntity ( IEntity entityModel, string dimensions, SxcInstance sexy ) : System

Constructor with EntityModel and DimensionIds

GetDraft ( ) : dynamic
GetEntityValue ( string attributeName, bool &propertyNotFound ) : object
GetPublished ( ) : dynamic
Render ( ) : IHtmlString
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TryGetMember ( string memberName, object &result ) : bool

Описание методов

DynamicEntity() публичный Метод

Constructor with EntityModel and DimensionIds
public DynamicEntity ( IEntity entityModel, string dimensions, SxcInstance sexy ) : System
entityModel IEntity
dimensions string
sexy SxcInstance
Результат System

GetDraft() публичный Метод

public GetDraft ( ) : dynamic
Результат dynamic

GetEntityValue() публичный Метод

public GetEntityValue ( string attributeName, bool &propertyNotFound ) : object
attributeName string
propertyNotFound bool
Результат object

GetPublished() публичный Метод

public GetPublished ( ) : dynamic
Результат dynamic

Render() публичный Метод

public Render ( ) : IHtmlString
Результат IHtmlString

TryGetMember() публичный Метод

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Результат bool

TryGetMember() публичный Метод

public TryGetMember ( string memberName, object &result ) : bool
memberName string
result object
Результат bool

Описание свойств

Configuration публичное свойство

public ContentConfiguration Configuration
Результат ContentConfiguration