C# Class nHydrate.Generator.Models.CustomView

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

Protected Properties

Свойство Type Description
_codeFacade string
_columns ReferenceCollection
_description string
_generated bool
_id int
_name string
_sql string

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateDataTable ( ) : System.Data.DataTable

Method Details

CreateDataTable() protected méthode

protected CreateDataTable ( ) : System.Data.DataTable
Résultat System.Data.DataTable

CreateRef() public méthode

public CreateRef ( ) : Reference
Résultat Reference

CreateRef() public méthode

public CreateRef ( string key ) : Reference
key string
Résultat Reference

CustomView() public méthode

public CustomView ( INHydrateModelObject root ) : System
root INHydrateModelObject
Résultat System

GetCodeFacade() public méthode

public GetCodeFacade ( ) : string
Résultat string

GetColumns() public méthode

Returns the column for this object
public GetColumns ( ) : IEnumerable
Résultat IEnumerable

GetColumnsByType() public méthode

public GetColumnsByType ( System type ) : List
type System
Résultat List

GetSQLSchema() public méthode

public GetSQLSchema ( ) : string
Résultat string

ResetId() public méthode

public ResetId ( int newId ) : void
newId int
Résultat void

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

_id protected_oe property

protected int _id
Résultat int

_name protected_oe property

protected string _name
Résultat string

_sql protected_oe property

protected string _sql
Résultat string