C# Class nHydrate.Generator.Models.CustomView

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject, INamedObject
显示文件 Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Property Type Description
_codeFacade string
_columns ReferenceCollection
_description string
_generated bool
_id int
_name string
_sql string

Private Properties

Property Type Description

Public Methods

Method Description
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

Protected Methods

Method Description
CreateDataTable ( ) : System.Data.DataTable

Method Details

CreateDataTable() protected method

protected CreateDataTable ( ) : System.Data.DataTable
return System.Data.DataTable

CreateRef() public method

public CreateRef ( ) : Reference
return Reference

CreateRef() public method

public CreateRef ( string key ) : Reference
key string
return Reference

CustomView() public method

public CustomView ( INHydrateModelObject root ) : System
root INHydrateModelObject
return System

GetCodeFacade() public method

public GetCodeFacade ( ) : string
return string

GetColumns() public method

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

GetColumnsByType() public method

public GetColumnsByType ( System type ) : List
type System
return List

GetSQLSchema() public method

public GetSQLSchema ( ) : string
return string

ResetId() public method

public ResetId ( int newId ) : void
newId int
return void

ToString() public method

public ToString ( ) : string
return string

XmlAppend() public method

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
return void

XmlLoad() public method

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
return void

Property Details

_codeFacade protected_oe property

protected string _codeFacade
return string

_columns protected_oe property

protected ReferenceCollection _columns
return ReferenceCollection

_description protected_oe property

protected string _description
return string

_generated protected_oe property

protected bool _generated
return bool

_id protected_oe property

protected int _id
return int

_name protected_oe property

protected string _name
return string

_sql protected_oe property

protected string _sql
return string