C# 클래스 nHydrate.Dsl.Field

상속: nHydrate.Dsl.IModuleLink, nHydrate.Dsl.IContainerParent, nHydrate.Dsl.IField
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsValidDefault bool
IsValidDefault bool
Validate void

공개 메소드들

메소드 설명
CanHaveDefault ( ) : bool
Field ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

GetCodeDefault ( ) : string

Gets the C# code equivalent for this default value

GetCodeType ( ) : string
GetCodeType ( bool allowNullable ) : string
GetCodeType ( bool allowNullable, bool forceNull ) : string
IModuleLink ( Module module ) : void
IsSupportedType ( DataTypeConstants type, DatabaseTypeConstants sqlVersion ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
OnDeleting ( ) : void
OnPropertyChanged ( System e ) : void

비공개 메소드들

메소드 설명
IsValidDefault ( ) : bool
IsValidDefault ( string value ) : bool
Validate ( ValidationContext context ) : void

메소드 상세

CanHaveDefault() 공개 메소드

public CanHaveDefault ( ) : bool
리턴 bool

Field() 공개 메소드

Constructor
public Field ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new element is to be created.
리턴 System

GetCodeDefault() 공개 메소드

Gets the C# code equivalent for this default value
public GetCodeDefault ( ) : string
리턴 string

GetCodeType() 공개 메소드

public GetCodeType ( ) : string
리턴 string

GetCodeType() 공개 메소드

public GetCodeType ( bool allowNullable ) : string
allowNullable bool
리턴 string

GetCodeType() 공개 메소드

public GetCodeType ( bool allowNullable, bool forceNull ) : string
allowNullable bool
forceNull bool
리턴 string

IModuleLink() 공개 메소드

public IModuleLink ( Module module ) : void
module Module
리턴 void

IsSupportedType() 공개 정적인 메소드

public static IsSupportedType ( DataTypeConstants type, DatabaseTypeConstants sqlVersion ) : bool
type DataTypeConstants
sqlVersion DatabaseTypeConstants
리턴 bool

OnDeleting() 보호된 메소드

protected OnDeleting ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( System e ) : void
e System
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string