C# Class Felinesoft.UmbracoCodeFirst.Core.Modules.PropertyRegistration

Inheritance: CodeFirstRegistration
ファイルを表示 Open project: DanMannMann/UmbracoCodeFirst Class Usage Examples

Public Methods

Method Description
PropertyRegistration ( ContentPropertyAttribute propertyAttribute, string name, string alias, DataTypeRegistration dataType, PropertyInfo metadata, string cssClasses ) : System.Reflection

Private Methods

Method Description
PropertyRegistration ( ) : System.Reflection

Method Details

PropertyRegistration() public method

public PropertyRegistration ( ContentPropertyAttribute propertyAttribute, string name, string alias, DataTypeRegistration dataType, PropertyInfo metadata, string cssClasses ) : System.Reflection
propertyAttribute Felinesoft.UmbracoCodeFirst.Attributes.ContentPropertyAttribute
name string
alias string
dataType DataTypeRegistration
metadata System.Reflection.PropertyInfo
cssClasses string
return System.Reflection