C# Class Orchard.ContentManagement.ContentPart

Inheritance: IContent
Afficher le fichier Open project: ucdavis/Orchard Class Usage Examples

Private Properties

Свойство Type Description
IDynamicMetaObjectProvider DynamicMetaObject

Méthodes publiques

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

Méthode Description
IDynamicMetaObjectProvider ( Expression parameter ) : DynamicMetaObject

Method Details

ContentPart() public méthode

public ContentPart ( ) : System
Résultat System

Get() public méthode

public Get ( Type fieldType, string fieldName ) : Orchard.ContentManagement.ContentField
fieldType Type
fieldName string
Résultat Orchard.ContentManagement.ContentField

Has() public méthode

public Has ( Type fieldType, string fieldName ) : bool
fieldType Type
fieldName string
Résultat bool

Weld() public méthode

public Weld ( Orchard.ContentManagement.ContentField field ) : void
field Orchard.ContentManagement.ContentField
Résultat void