C# Class nHydrate.Generator.Models.CustomAggregateColumn

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

Protected Properties

Свойство Type Description
_UIVisible bool
_allowNull bool
_codeFacade string
_dataType System.Data.SqlDbType
_default string
_description string
_friendlyName string
_generated bool
_id int
_length int
_name string
_parentViewRef Reference
_relationshipRef Reference
_sortOrder int

Private Properties

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

Méthodes publiques

Méthode Description
CreateRef ( ) : Reference
CreateRef ( string key ) : Reference
CustomAggregateColumn ( INHydrateModelObject root ) : System
GetCodeFacade ( ) : string
GetCodeType ( ) : string
GetCodeType ( bool allowNullable ) : string
GetCodeType ( bool allowNullable, bool forceNull ) : string
ResetId ( int newId ) : void
ToString ( ) : string
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

Private Methods

Méthode Description
GetFriendlyName ( ) : string
GetPredefinedSize ( ) : int

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

CustomAggregateColumn() public méthode

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

GetCodeFacade() public méthode

public GetCodeFacade ( ) : string
Résultat string

GetCodeType() public méthode

public GetCodeType ( ) : string
Résultat string

GetCodeType() public méthode

public GetCodeType ( bool allowNullable ) : string
allowNullable bool
Résultat string

GetCodeType() public méthode

public GetCodeType ( bool allowNullable, bool forceNull ) : string
allowNullable bool
forceNull bool
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 XmlNode
Résultat void

XmlLoad() public méthode

public XmlLoad ( XmlNode node ) : void
node 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

_dataType protected_oe property

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

_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

_parentViewRef protected_oe property

protected Reference _parentViewRef
Résultat Reference

_relationshipRef protected_oe property

protected Reference _relationshipRef
Résultat Reference

_sortOrder protected_oe property

protected int _sortOrder
Résultat int