C# Class nHydrate.Generator.Models.TableComponent

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Property Type Description
_codeFacade string
_columns ReferenceCollection
_description string
_generated bool
_name string
_parent Table

Private Properties

Property Type Description

Public Methods

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

Method Details

GetCodeFacade() public method

public GetCodeFacade ( ) : string
return string

GetColumns() public method

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

GetSQLSchema() public method

public GetSQLSchema ( ) : string
return string

TableComponent() public method

public TableComponent ( INHydrateModelObject root, Table parent ) : System
root INHydrateModelObject
parent Table
return System

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

_name protected_oe property

protected string _name
return string

_parent protected_oe property

protected Table,nHydrate.Generator.Models _parent
return Table