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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_UIVisible bool
_allowNull bool
_codeFacade string
_default string
_description string
_friendlyName string
_generated bool
_id int
_length int
_name string
_parameters ReferenceCollection
_parentTableRef Reference
_relationshipRef Reference
_sortOrder int
_sql string
_type System.Data.SqlDbType
_useSearchObject bool

Private Properties

프로퍼티 타입 설명
_dataSettings_Changed void

공개 메소드들

메소드 설명
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
CustomRetrieveRule ( INHydrateModelObject root ) : System
GetCodeFacade ( ) : string
GetParameters ( ) : IEnumerable
ResetId ( int newId ) : void
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
_dataSettings_Changed ( object sender, EventArgs e ) : void

메소드 상세

CreateRef() 공개 메소드

public CreateRef ( ) : Reference
리턴 Reference

CreateRef() 공개 메소드

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

CustomRetrieveRule() 공개 메소드

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

GetCodeFacade() 공개 메소드

public GetCodeFacade ( ) : string
리턴 string

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

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

프로퍼티 상세

_UIVisible 보호되어 있는 프로퍼티

protected bool _UIVisible
리턴 bool

_allowNull 보호되어 있는 프로퍼티

protected bool _allowNull
리턴 bool

_codeFacade 보호되어 있는 프로퍼티

protected string _codeFacade
리턴 string

_default 보호되어 있는 프로퍼티

protected string _default
리턴 string

_description 보호되어 있는 프로퍼티

protected string _description
리턴 string

_friendlyName 보호되어 있는 프로퍼티

protected string _friendlyName
리턴 string

_generated 보호되어 있는 프로퍼티

protected bool _generated
리턴 bool

_id 보호되어 있는 프로퍼티

protected int _id
리턴 int

_length 보호되어 있는 프로퍼티

protected int _length
리턴 int

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string

_parameters 보호되어 있는 프로퍼티

protected ReferenceCollection _parameters
리턴 ReferenceCollection

_parentTableRef 보호되어 있는 프로퍼티

protected Reference _parentTableRef
리턴 Reference

_relationshipRef 보호되어 있는 프로퍼티

protected Reference _relationshipRef
리턴 Reference

_sortOrder 보호되어 있는 프로퍼티

protected int _sortOrder
리턴 int

_sql 보호되어 있는 프로퍼티

protected string _sql
리턴 string

_type 보호되어 있는 프로퍼티

protected System.Data.SqlDbType _type
리턴 System.Data.SqlDbType

_useSearchObject 보호되어 있는 프로퍼티

protected bool _useSearchObject
리턴 bool