C# 클래스 nHydrate.Generator.Models.Column

상속: ColumnBase, ICodeFacadeObject, INamedObject
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_codeFacade string
_collate string
_computedColumn bool
_default string
_defaultIsFunc bool
_formula string
_identity IdentityTypeConstants
_isReadOnly bool
_isUnique bool
_obsolete bool
_parentTableRef Reference
_primaryKey bool
_relationshipRef Reference
_validationExpression string

Private Properties

프로퍼티 타입 설명
GetFriendlyName string
GetIntellisenseRemarks string
IsValidDefault bool
IsValidDefault bool
SupportsIdentity bool

공개 메소드들

메소드 설명
CanHaveDefault ( ) : bool
Column ( INHydrateModelObject root ) : System
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
GetCodeDefault ( ) : string

Gets the C# code equivalent for this default value

GetCodeFacade ( ) : string
GetCodeType ( bool allowNullable, bool forceNull ) : string
GetSQLDefault ( ) : string

Gets the SQL equivalent for this default value

XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

보호된 메소드들

메소드 설명
ResetKey ( ) : void

비공개 메소드들

메소드 설명
GetFriendlyName ( ) : string
GetIntellisenseRemarks ( ) : string
IsValidDefault ( ) : bool
IsValidDefault ( string value ) : bool
SupportsIdentity ( ) : bool

메소드 상세

CanHaveDefault() 공개 메소드

public CanHaveDefault ( ) : bool
리턴 bool

Column() 공개 메소드

public Column ( INHydrateModelObject root ) : System
root INHydrateModelObject
리턴 System

CreateRef() 공개 메소드

public CreateRef ( ) : Reference
리턴 Reference

CreateRef() 공개 메소드

public CreateRef ( string key ) : Reference
key string
리턴 Reference

GetCodeDefault() 공개 메소드

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

GetCodeFacade() 공개 메소드

public GetCodeFacade ( ) : string
리턴 string

GetCodeType() 공개 메소드

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

GetSQLDefault() 공개 메소드

Gets the SQL equivalent for this default value
public GetSQLDefault ( ) : string
리턴 string

ResetKey() 보호된 메소드

protected ResetKey ( ) : void
리턴 void

XmlAppend() 공개 메소드

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

XmlLoad() 공개 메소드

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

프로퍼티 상세

_codeFacade 보호되어 있는 프로퍼티

protected string _codeFacade
리턴 string

_collate 보호되어 있는 프로퍼티

protected string _collate
리턴 string

_computedColumn 보호되어 있는 프로퍼티

protected bool _computedColumn
리턴 bool

_default 보호되어 있는 프로퍼티

protected string _default
리턴 string

_defaultIsFunc 보호되어 있는 프로퍼티

protected bool _defaultIsFunc
리턴 bool

_formula 보호되어 있는 프로퍼티

protected string _formula
리턴 string

_identity 보호되어 있는 프로퍼티

protected IdentityTypeConstants _identity
리턴 IdentityTypeConstants

_isReadOnly 보호되어 있는 프로퍼티

protected bool _isReadOnly
리턴 bool

_isUnique 보호되어 있는 프로퍼티

protected bool _isUnique
리턴 bool

_obsolete 보호되어 있는 프로퍼티

protected bool _obsolete
리턴 bool

_parentTableRef 보호되어 있는 프로퍼티

protected Reference _parentTableRef
리턴 Reference

_primaryKey 보호되어 있는 프로퍼티

protected bool _primaryKey
리턴 bool

_relationshipRef 보호되어 있는 프로퍼티

protected Reference _relationshipRef
리턴 Reference

_validationExpression 보호되어 있는 프로퍼티

protected string _validationExpression
리턴 string