C# Class Felinesoft.UmbracoCodeFirst.DataTypeRegistration

Represents the information needed to map an Umbraco data type to a .NET property type
Inheritance: CodeFirstRegistration
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

Méthode Description
DataTypeRegistration ( string dataTypeInstanceName, string propertyEditorAlias, Type converterType, DatabaseType dbType, IDataTypeDefinition definition, bool codeFirstControlled ) : System

Represents the information needed to map an Umbraco data type to a .NET property type

Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
DataTypeRegistration ( ) : System

Method Details

DataTypeRegistration() public méthode

Represents the information needed to map an Umbraco data type to a .NET property type
public DataTypeRegistration ( string dataTypeInstanceName, string propertyEditorAlias, Type converterType, DatabaseType dbType, IDataTypeDefinition definition, bool codeFirstControlled ) : System
dataTypeInstanceName string The data type instance name
propertyEditorAlias string The property editor alias
converterType System.Type The type converter to use to transform the Umbraco value into its .NET counterpart
dbType DatabaseType
definition IDataTypeDefinition
codeFirstControlled bool
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int