C# 클래스 Felinesoft.UmbracoCodeFirst.DataTypeRegistration

Represents the information needed to map an Umbraco data type to a .NET property type
상속: CodeFirstRegistration
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
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