C# Class Felinesoft.UmbracoCodeFirst.Attributes.DataTypeInstanceAttribute

Inheritance: CodeFirstAttribute, IDataTypeInstance
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

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

Method Details

DataTypeInstanceAttribute() public méthode

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
Résultat System