C# 클래스 SDE.Tools.DatabaseEditor.Engines.DbMaker.CustomAttribute

상속: DbAttribute
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE

공개 메소드들

메소드 설명
CustomAttribute ( DbAttribute attribute ) : System
CustomAttribute ( string name, Type type, object @default ) : System
CustomAttribute ( string name, Type type, object @default, string displayName, string comment ) : System
SetDataType ( Type type ) : void

메소드 상세

CustomAttribute() 공개 메소드

public CustomAttribute ( DbAttribute attribute ) : System
attribute DbAttribute
리턴 System

CustomAttribute() 공개 메소드

public CustomAttribute ( string name, Type type, object @default ) : System
name string
type System.Type
@default object
리턴 System

CustomAttribute() 공개 메소드

public CustomAttribute ( string name, Type type, object @default, string displayName, string comment ) : System
name string
type System.Type
@default object
displayName string
comment string
리턴 System

SetDataType() 공개 메소드

public SetDataType ( Type type ) : void
type System.Type
리턴 void