C# 클래스 ToSic.SexyContent.DynamicEntity

상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: 2sic/2sxc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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