C# Class nHydrate.Generator.Models.Function

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

Protected Properties

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
Function ( INHydrateModelObject root ) : System
GetCodeFacade ( ) : string
GetColumns ( ) : IEnumerable

Returns the columns for this object

GetColumnsByType ( System type ) : List
GetGeneratedParametersDatabaseOrder ( ) : IList
GetParameters ( ) : IEnumerable

Returns the parameters for this object

GetSQLSchema ( ) : string
ResetId ( int newId ) : void
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

Method Details

CreateRef() public méthode

public CreateRef ( ) : Reference
Résultat Reference

CreateRef() public méthode

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

Function() public méthode

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

GetCodeFacade() public méthode

public GetCodeFacade ( ) : string
Résultat string

GetColumns() public méthode

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

GetColumnsByType() public méthode

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

GetGeneratedParametersDatabaseOrder() public méthode

public GetGeneratedParametersDatabaseOrder ( ) : IList
Résultat IList

GetParameters() public méthode

Returns the parameters for this object
public GetParameters ( ) : IEnumerable
Résultat IEnumerable

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

_parameters protected_oe property

protected ReferenceCollection _parameters
Résultat ReferenceCollection

_sql protected_oe property

protected string _sql
Résultat string