C# Class nHydrate.Generator.Models.CustomStoredProcedure

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
_databaseObjectName string
_description string
_generated bool
_id int
_isExisting bool
_name string
_parameters ReferenceCollection
_sql string

Private Properties

Свойство Type Description

Méthodes publiques

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

Returns the columns for this object

GetColumnsByType ( System type ) : List
GetDatabaseObjectName ( ) : string

Determines the database stored procedure name

GetParameters ( ) : List

Returns the parameters for this object

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

CustomStoredProcedure() public méthode

public CustomStoredProcedure ( 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 ( ) : List
Résultat List

GetColumnsByType() public méthode

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

GetDatabaseObjectName() public méthode

Determines the database stored procedure name
public GetDatabaseObjectName ( ) : string
Résultat string

GetParameters() public méthode

Returns the parameters for this object
public GetParameters ( ) : List
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

_databaseObjectName protected_oe property

protected string _databaseObjectName
Résultat string

_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

_isExisting protected_oe property

protected bool _isExisting
Résultat bool

_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