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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_codeFacade string
_columns ReferenceCollection
_description string
_generated bool
_name string
_parent Table

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCodeFacade ( ) : string
GetColumns ( ) : IEnumerable

Returns the column for this table only (not hierarchy)

GetSQLSchema ( ) : string
TableComponent ( INHydrateModelObject root, Table parent ) : System
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

메소드 상세

GetCodeFacade() 공개 메소드

public GetCodeFacade ( ) : string
리턴 string

GetColumns() 공개 메소드

Returns the column for this table only (not hierarchy)
public GetColumns ( ) : IEnumerable
리턴 IEnumerable

GetSQLSchema() 공개 메소드

public GetSQLSchema ( ) : string
리턴 string

TableComponent() 공개 메소드

public TableComponent ( INHydrateModelObject root, Table parent ) : System
root INHydrateModelObject
parent Table
리턴 System

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

프로퍼티 상세

_codeFacade 보호되어 있는 프로퍼티

protected string _codeFacade
리턴 string

_columns 보호되어 있는 프로퍼티

protected ReferenceCollection _columns
리턴 ReferenceCollection

_description 보호되어 있는 프로퍼티

protected string _description
리턴 string

_generated 보호되어 있는 프로퍼티

protected bool _generated
리턴 bool

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string

_parent 보호되어 있는 프로퍼티

protected Table,nHydrate.Generator.Models _parent
리턴 Table