C# Class Orchard.ContentManagement.ContentPart

Inheritance: IContent
Show file Open project: ucdavis/Orchard Class Usage Examples

Private Properties

Property Type Description
IDynamicMetaObjectProvider DynamicMetaObject

Public Methods

Method Description
ContentPart ( ) : System
Get ( Type fieldType, string fieldName ) : Orchard.ContentManagement.ContentField
Has ( Type fieldType, string fieldName ) : bool
Weld ( Orchard.ContentManagement.ContentField field ) : void

Private Methods

Method Description
IDynamicMetaObjectProvider ( Expression parameter ) : DynamicMetaObject

Method Details

ContentPart() public method

public ContentPart ( ) : System
return System

Get() public method

public Get ( Type fieldType, string fieldName ) : Orchard.ContentManagement.ContentField
fieldType Type
fieldName string
return Orchard.ContentManagement.ContentField

Has() public method

public Has ( Type fieldType, string fieldName ) : bool
fieldType Type
fieldName string
return bool

Weld() public method

public Weld ( Orchard.ContentManagement.ContentField field ) : void
field Orchard.ContentManagement.ContentField
return void