C# 클래스 Felinesoft.UmbracoCodeFirst.Attributes.DataTypeInstanceAttribute

상속: CodeFirstAttribute, IDataTypeInstance
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
DataTypeInstanceAttribute ( string propertyEditorAlias = null, string name = null, Type converterType = null, DatabaseType dbType = DatabaseType.None ) : System

메소드 상세

DataTypeInstanceAttribute() 공개 메소드

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
리턴 System