C# Class nHydrate.Generator.Models.CustomStoredProcedure

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject, INamedObject
ファイルを表示 Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Property Type Description
_codeFacade string
_columns ReferenceCollection
_databaseObjectName string
_description string
_generated bool
_id int
_isExisting bool
_name string
_parameters ReferenceCollection
_sql string

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
CreateDataTable ( ) : System.Data.DataTable

Method Details

CreateDataTable() protected method

protected CreateDataTable ( ) : System.Data.DataTable
return System.Data.DataTable

CreateRef() public method

public CreateRef ( ) : Reference
return Reference

CreateRef() public method

public CreateRef ( string key ) : Reference
key string
return Reference

CustomStoredProcedure() public method

public CustomStoredProcedure ( INHydrateModelObject root ) : System
root INHydrateModelObject
return System

GetCodeFacade() public method

public GetCodeFacade ( ) : string
return string

GetColumns() public method

Returns the columns for this object
public GetColumns ( ) : List
return List

GetColumnsByType() public method

public GetColumnsByType ( System type ) : List
type System
return List

GetDatabaseObjectName() public method

Determines the database stored procedure name
public GetDatabaseObjectName ( ) : string
return string

GetParameters() public method

Returns the parameters for this object
public GetParameters ( ) : List
return List

GetSQLSchema() public method

public GetSQLSchema ( ) : string
return string

ResetId() public method

public ResetId ( int newId ) : void
newId int
return void

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

_databaseObjectName protected_oe property

protected string _databaseObjectName
return string

_description protected_oe property

protected string _description
return string

_generated protected_oe property

protected bool _generated
return bool

_id protected_oe property

protected int _id
return int

_isExisting protected_oe property

protected bool _isExisting
return bool

_name protected_oe property

protected string _name
return string

_parameters protected_oe property

protected ReferenceCollection _parameters
return ReferenceCollection

_sql protected_oe property

protected string _sql
return string