C# Class Felinesoft.UmbracoCodeFirst.DataTypeRegistration

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

Public Methods

Method 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

Method Description
DataTypeRegistration ( ) : System

Method Details

DataTypeRegistration() public method

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
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int