C# Class Felinesoft.UmbracoCodeFirst.Attributes.DataTypeInstanceAttribute

Inheritance: CodeFirstAttribute, IDataTypeInstance
Exibir arquivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
DataTypeInstanceAttribute ( string propertyEditorAlias = null, string name = null, Type converterType = null, DatabaseType dbType = DatabaseType.None ) : System

Method Details

DataTypeInstanceAttribute() public method

public DataTypeInstanceAttribute ( string propertyEditorAlias = null, string name = null, Type converterType = null, DatabaseType dbType = DatabaseType.None ) : System
propertyEditorAlias string
name string
converterType System.Type
dbType DatabaseType
return System