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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_codeFacade string
_columns ReferenceCollection
_description string
_generated bool
_id int
_name string
_sql string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
CustomView ( INHydrateModelObject root ) : System
GetCodeFacade ( ) : string
GetColumns ( ) : IEnumerable

Returns the column for this object

GetColumnsByType ( System type ) : List
GetSQLSchema ( ) : string
ResetId ( int newId ) : void
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

보호된 메소드들

메소드 설명
CreateDataTable ( ) : System.Data.DataTable

메소드 상세

CreateDataTable() 보호된 메소드

protected CreateDataTable ( ) : System.Data.DataTable
리턴 System.Data.DataTable

CreateRef() 공개 메소드

public CreateRef ( ) : Reference
리턴 Reference

CreateRef() 공개 메소드

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

CustomView() 공개 메소드

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

GetCodeFacade() 공개 메소드

public GetCodeFacade ( ) : string
리턴 string

GetColumns() 공개 메소드

Returns the column for this object
public GetColumns ( ) : IEnumerable
리턴 IEnumerable

GetColumnsByType() 공개 메소드

public GetColumnsByType ( System type ) : List
type System
리턴 List

GetSQLSchema() 공개 메소드

public GetSQLSchema ( ) : string
리턴 string

ResetId() 공개 메소드

public ResetId ( int newId ) : void
newId int
리턴 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

프로퍼티 상세

_codeFacade 보호되어 있는 프로퍼티

protected string _codeFacade
리턴 string

_columns 보호되어 있는 프로퍼티

protected ReferenceCollection _columns
리턴 ReferenceCollection

_description 보호되어 있는 프로퍼티

protected string _description
리턴 string

_generated 보호되어 있는 프로퍼티

protected bool _generated
리턴 bool

_id 보호되어 있는 프로퍼티

protected int _id
리턴 int

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string

_sql 보호되어 있는 프로퍼티

protected string _sql
리턴 string