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

상속: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject, INamedObject, ICloneable
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_allowNull bool
_codeFacade string
_dataType System.Data.SqlDbType
_default string
_description string
_generated bool
_id int
_length int
_name string
_parentTableRef Reference
_relationshipRef Reference
_scale int
_sortOrder int

Private Properties

프로퍼티 타입 설명
GetLengthString string

공개 메소드들

메소드 설명
Clone ( ) : object
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
GetCodeDefault ( ) : string

Gets the C# code equivalent for this default value

GetCodeFacade ( ) : string
GetCodeType ( ) : string
GetCodeType ( bool allowNullable ) : string
GetPredefinedScale ( ) : int
GetPredefinedSize ( ) : int
GetSQLDefault ( ) : string

Gets the SQL equivalent for this default value

Parameter ( INHydrateModelObject root ) : System
ResetId ( int newId ) : void
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

보호된 메소드들

메소드 설명
SetKey ( string key ) : void

비공개 메소드들

메소드 설명
GetLengthString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

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 ( ) : string
리턴 string

GetCodeType() 공개 메소드

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

GetPredefinedScale() 공개 메소드

public GetPredefinedScale ( ) : int
리턴 int

GetPredefinedSize() 공개 메소드

public GetPredefinedSize ( ) : int
리턴 int

GetSQLDefault() 공개 메소드

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

Parameter() 공개 메소드

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

ResetId() 공개 메소드

public ResetId ( int newId ) : void
newId int
리턴 void

SetKey() 보호된 메소드

protected SetKey ( string key ) : void
key string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XmlAppend() 공개 메소드

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

XmlLoad() 공개 메소드

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

프로퍼티 상세

_allowNull 보호되어 있는 프로퍼티

protected bool _allowNull
리턴 bool

_codeFacade 보호되어 있는 프로퍼티

protected string _codeFacade
리턴 string

_dataType 보호되어 있는 프로퍼티

protected System.Data.SqlDbType _dataType
리턴 System.Data.SqlDbType

_default 보호되어 있는 프로퍼티

protected string _default
리턴 string

_description 보호되어 있는 프로퍼티

protected string _description
리턴 string

_generated 보호되어 있는 프로퍼티

protected bool _generated
리턴 bool

_id 보호되어 있는 프로퍼티

protected int _id
리턴 int

_length 보호되어 있는 프로퍼티

protected int _length
리턴 int

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string

_parentTableRef 보호되어 있는 프로퍼티

protected Reference _parentTableRef
리턴 Reference

_relationshipRef 보호되어 있는 프로퍼티

protected Reference _relationshipRef
리턴 Reference

_scale 보호되어 있는 프로퍼티

protected int _scale
리턴 int

_sortOrder 보호되어 있는 프로퍼티

protected int _sortOrder
리턴 int