Property | Type | Description | |
---|---|---|---|
_settings | SettingsDictionary |
Method | Description | |
---|---|---|
OfType ( Orchard.ContentManagement.MetaData.Models.ContentFieldDefinition fieldDefinition ) : |
||
OfType ( string fieldType ) : |
||
WithDisplayName ( string displayName ) : |
||
WithSetting ( string name, string value ) : |
Method | Description | |
---|---|---|
ContentPartFieldDefinitionBuilder ( Orchard.ContentManagement.MetaData.Models.ContentPartFieldDefinition field ) : System.Linq |
protected ContentPartFieldDefinitionBuilder ( Orchard.ContentManagement.MetaData.Models.ContentPartFieldDefinition field ) : System.Linq | ||
field | Orchard.ContentManagement.MetaData.Models.ContentPartFieldDefinition | |
return | System.Linq |
public abstract OfType ( Orchard.ContentManagement.MetaData.Models.ContentFieldDefinition fieldDefinition ) : |
||
fieldDefinition | Orchard.ContentManagement.MetaData.Models.ContentFieldDefinition | |
return |
public abstract OfType ( string fieldType ) : |
||
fieldType | string | |
return |
public WithDisplayName ( string displayName ) : |
||
displayName | string | |
return |
public WithSetting ( string name, string value ) : |
||
name | string | |
value | string | |
return |