C# Class nHydrate.Generator.Models.CustomRetrieveRule

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

Protected Properties

Свойство 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

Свойство Type Description
_dataSettings_Changed void

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetKey ( string key ) : void

Private Methods

Méthode Description
_dataSettings_Changed ( object sender, EventArgs e ) : 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

CustomRetrieveRule() public méthode

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

GetCodeFacade() public méthode

public GetCodeFacade ( ) : string
Résultat string

GetParameters() public méthode

public GetParameters ( ) : IEnumerable
Résultat IEnumerable

ResetId() public méthode

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

SetKey() protected méthode

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

_UIVisible protected_oe property

protected bool _UIVisible
Résultat bool

_allowNull protected_oe property

protected bool _allowNull
Résultat bool

_codeFacade protected_oe property

protected string _codeFacade
Résultat string

_default protected_oe property

protected string _default
Résultat string

_description protected_oe property

protected string _description
Résultat string

_friendlyName protected_oe property

protected string _friendlyName
Résultat string

_generated protected_oe property

protected bool _generated
Résultat bool

_id protected_oe property

protected int _id
Résultat int

_length protected_oe property

protected int _length
Résultat int

_name protected_oe property

protected string _name
Résultat string

_parameters protected_oe property

protected ReferenceCollection _parameters
Résultat ReferenceCollection

_parentTableRef protected_oe property

protected Reference _parentTableRef
Résultat Reference

_relationshipRef protected_oe property

protected Reference _relationshipRef
Résultat Reference

_sortOrder protected_oe property

protected int _sortOrder
Résultat int

_sql protected_oe property

protected string _sql
Résultat string

_type protected_oe property

protected System.Data.SqlDbType _type
Résultat System.Data.SqlDbType

_useSearchObject protected_oe property

protected bool _useSearchObject
Résultat bool