C# Class Orchard.ContentManagement.ContentPartBehavior

Inheritance: ContentItemBehavior
Mostra file Open project: ucdavis/Orchard

Public Methods

Method Description
ContentPartBehavior ( ContentPart contentPart ) : System
GetMemberMissing ( Func proceed, object self, string name ) : object

Method Details

ContentPartBehavior() public method

public ContentPartBehavior ( ContentPart contentPart ) : System
contentPart ContentPart
return System

GetMemberMissing() public method

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