C# Class nHydrate.Generator.Models.CustomRetrieveRule

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject
显示文件 Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Property Type Description
_UIVisible bool
_allowNull bool
_codeFacade string
_default string
_description string
_friendlyName string
_generated bool
_id int
_length int
_name string
_parameters ReferenceCollection
_parentTableRef Reference
_relationshipRef Reference
_sortOrder int
_sql string
_type System.Data.SqlDbType
_useSearchObject bool

Private Properties

Property Type Description
_dataSettings_Changed void

Public Methods

Method Description
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
CustomRetrieveRule ( INHydrateModelObject root ) : System
GetCodeFacade ( ) : string
GetParameters ( ) : IEnumerable
ResetId ( int newId ) : void
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

Protected Methods

Method Description
SetKey ( string key ) : void

Private Methods

Method Description
_dataSettings_Changed ( object sender, EventArgs e ) : void

Method Details

CreateRef() public method

public CreateRef ( ) : Reference
return Reference

CreateRef() public method

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

CustomRetrieveRule() public method

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

GetCodeFacade() public method

public GetCodeFacade ( ) : string
return string

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

ResetId() public method

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

SetKey() protected method

protected SetKey ( string key ) : void
key string
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

_UIVisible protected_oe property

protected bool _UIVisible
return bool

_allowNull protected_oe property

protected bool _allowNull
return bool

_codeFacade protected_oe property

protected string _codeFacade
return string

_default protected_oe property

protected string _default
return string

_description protected_oe property

protected string _description
return string

_friendlyName protected_oe property

protected string _friendlyName
return string

_generated protected_oe property

protected bool _generated
return bool

_id protected_oe property

protected int _id
return int

_length protected_oe property

protected int _length
return int

_name protected_oe property

protected string _name
return string

_parameters protected_oe property

protected ReferenceCollection _parameters
return ReferenceCollection

_parentTableRef protected_oe property

protected Reference _parentTableRef
return Reference

_relationshipRef protected_oe property

protected Reference _relationshipRef
return Reference

_sortOrder protected_oe property

protected int _sortOrder
return int

_sql protected_oe property

protected string _sql
return string

_type protected_oe property

protected System.Data.SqlDbType _type
return System.Data.SqlDbType

_useSearchObject protected_oe property

protected bool _useSearchObject
return bool