C# Class nHydrate.Generator.Models.CustomStoredProcedureColumn

Inheritance: ColumnBase, ICodeFacadeObject
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Свойство Type Description
_UIVisible bool
_codeFacade string
_default string
_friendlyName string
_parentRef Reference
_relationshipRef Reference
_sortOrder int

Private Properties

Свойство Type Description
GetFriendlyName string

Méthodes publiques

Méthode Description
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
CustomStoredProcedureColumn ( INHydrateModelObject root ) : System
GetCodeFacade ( ) : string
GetCodeType ( bool allowNullable ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

Private Methods

Méthode Description
GetFriendlyName ( ) : string

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

CustomStoredProcedureColumn() public méthode

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

GetCodeFacade() public méthode

public GetCodeFacade ( ) : string
Résultat string

GetCodeType() public méthode

public GetCodeType ( bool allowNullable ) : string
allowNullable bool
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

_codeFacade protected_oe property

protected string _codeFacade
Résultat string

_default protected_oe property

protected string _default
Résultat string

_friendlyName protected_oe property

protected string _friendlyName
Résultat string

_parentRef protected_oe property

protected Reference _parentRef
Résultat Reference

_relationshipRef protected_oe property

protected Reference _relationshipRef
Résultat Reference

_sortOrder protected_oe property

protected int _sortOrder
Résultat int