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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_allowMocks bool
_companyAbbreviation string
_companyName string
_copyright string
_database Database
_defaultNamespace string
_emitSafetyScripts bool
_enableCustomChangeEvents bool
_generatorProject IGenerator
_projectName string
_supportLegacySearchObject bool
_tenantColumnName string
_tenantPrefix string
_transformNames bool
_useUTCTime bool
_userInterface UserInterface
_version string

Private Properties

프로퍼티 타입 설명
CleanUp void
GetSQLDefaultDate string

공개 메소드들

메소드 설명
GetStoredProcedurePrefix ( ) : string
GetStoredProcedurePrefix ( CustomStoredProcedure storedProcecdure ) : string
ModelRoot ( INHydrateModelObject root ) : System
SetKey ( string newKey ) : void
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

비공개 메소드들

메소드 설명
CleanUp ( ) : void
GetSQLDefaultDate ( ) : string

메소드 상세

GetStoredProcedurePrefix() 공개 메소드

public GetStoredProcedurePrefix ( ) : string
리턴 string

GetStoredProcedurePrefix() 공개 메소드

public GetStoredProcedurePrefix ( CustomStoredProcedure storedProcecdure ) : string
storedProcecdure CustomStoredProcedure
리턴 string

ModelRoot() 공개 메소드

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

SetKey() 공개 메소드

public SetKey ( string newKey ) : void
newKey string
리턴 void

XmlAppend() 공개 메소드

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

XmlLoad() 공개 메소드

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

프로퍼티 상세

_allowMocks 보호되어 있는 프로퍼티

protected bool _allowMocks
리턴 bool

_companyAbbreviation 보호되어 있는 프로퍼티

protected string _companyAbbreviation
리턴 string

_companyName 보호되어 있는 프로퍼티

protected string _companyName
리턴 string

_copyright 보호되어 있는 프로퍼티

protected string _copyright
리턴 string

_database 보호되어 있는 프로퍼티

protected Database,nHydrate.Generator.Models _database
리턴 Database

_defaultNamespace 보호되어 있는 프로퍼티

protected string _defaultNamespace
리턴 string

_emitSafetyScripts 보호되어 있는 프로퍼티

protected bool _emitSafetyScripts
리턴 bool

_enableCustomChangeEvents 보호되어 있는 프로퍼티

protected bool _enableCustomChangeEvents
리턴 bool

_generatorProject 보호되어 있는 프로퍼티

protected IGenerator _generatorProject
리턴 IGenerator

_projectName 보호되어 있는 프로퍼티

protected string _projectName
리턴 string

_supportLegacySearchObject 보호되어 있는 프로퍼티

protected bool _supportLegacySearchObject
리턴 bool

_tenantColumnName 보호되어 있는 프로퍼티

protected string _tenantColumnName
리턴 string

_tenantPrefix 보호되어 있는 프로퍼티

protected string _tenantPrefix
리턴 string

_transformNames 보호되어 있는 프로퍼티

protected bool _transformNames
리턴 bool

_useUTCTime 보호되어 있는 프로퍼티

protected bool _useUTCTime
리턴 bool

_userInterface 보호되어 있는 프로퍼티

protected UserInterface,nHydrate.Generator.Models _userInterface
리턴 UserInterface

_version 보호되어 있는 프로퍼티

protected string _version
리턴 string