C# Class nHydrate.Generator.Models.TableComponent

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Свойство Type Description
_codeFacade string
_columns ReferenceCollection
_description string
_generated bool
_name string
_parent Table

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetCodeFacade ( ) : string
Résultat string

GetColumns() public méthode

Returns the column for this table only (not hierarchy)
public GetColumns ( ) : IEnumerable
Résultat IEnumerable

GetSQLSchema() public méthode

public GetSQLSchema ( ) : string
Résultat string

TableComponent() public méthode

public TableComponent ( INHydrateModelObject root, Table parent ) : System
root INHydrateModelObject
parent Table
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

XmlAppend() public méthode

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

XmlLoad() public méthode

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

Property Details

_codeFacade protected_oe property

protected string _codeFacade
Résultat string

_columns protected_oe property

protected ReferenceCollection _columns
Résultat ReferenceCollection

_description protected_oe property

protected string _description
Résultat string

_generated protected_oe property

protected bool _generated
Résultat bool

_name protected_oe property

protected string _name
Résultat string

_parent protected_oe property

protected Table,nHydrate.Generator.Models _parent
Résultat Table