C# Class ToSic.SexyContent.DynamicEntity

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: 2sic/2sxc Class Usage Examples

Méthodes publiques

Свойство Type Description
Configuration ContentConfiguration

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

DynamicEntity() public méthode

Constructor with EntityModel and DimensionIds
public DynamicEntity ( IEntity entityModel, string dimensions, SxcInstance sexy ) : System
entityModel IEntity
dimensions string
sexy SxcInstance
Résultat System

GetDraft() public méthode

public GetDraft ( ) : dynamic
Résultat dynamic

GetEntityValue() public méthode

public GetEntityValue ( string attributeName, bool &propertyNotFound ) : object
attributeName string
propertyNotFound bool
Résultat object

GetPublished() public méthode

public GetPublished ( ) : dynamic
Résultat dynamic

Render() public méthode

public Render ( ) : IHtmlString
Résultat IHtmlString

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool

TryGetMember() public méthode

public TryGetMember ( string memberName, object &result ) : bool
memberName string
result object
Résultat bool

Property Details

Configuration public_oe property

public ContentConfiguration Configuration
Résultat ContentConfiguration