C# 클래스 Orchard.ContentManagement.ContentItemBehavior

상속: ClayBehavior
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
ContentItemBehavior ( IContent content ) : System
GetMemberMissing ( Func proceed, object self, string name ) : object

메소드 상세

ContentItemBehavior() 공개 메소드

public ContentItemBehavior ( IContent content ) : System
content IContent
리턴 System

GetMemberMissing() 공개 메소드

public GetMemberMissing ( Func proceed, object self, string name ) : object
proceed Func
self object
name string
리턴 object