C# Класс Felinesoft.UmbracoCodeFirst.DataTypeRegistration

Represents the information needed to map an Umbraco data type to a .NET property type
Наследование: CodeFirstRegistration
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DataTypeRegistration ( ) : System

Описание методов

DataTypeRegistration() публичный Метод

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
Результат System

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int