C# Class nHydrate.Generator.Models.CustomAggregateColumn

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject
Datei anzeigen Open project: nHydrate/nHydrate

Protected Properties

Property 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

Property Type Description
GetFriendlyName string
GetPredefinedSize int

Public Methods

Method 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

Method Description
GetFriendlyName ( ) : string
GetPredefinedSize ( ) : int

Method Details

CreateRef() public method

public CreateRef ( ) : Reference
return Reference

CreateRef() public method

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

CustomAggregateColumn() public method

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

GetCodeFacade() public method

public GetCodeFacade ( ) : string
return string

GetCodeType() public method

public GetCodeType ( ) : string
return string

GetCodeType() public method

public GetCodeType ( bool allowNullable ) : string
allowNullable bool
return string

GetCodeType() public method

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

XmlLoad() public method

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

_dataType protected_oe property

protected System.Data.SqlDbType _dataType
return System.Data.SqlDbType

_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

_parentViewRef protected_oe property

protected Reference _parentViewRef
return Reference

_relationshipRef protected_oe property

protected Reference _relationshipRef
return Reference

_sortOrder protected_oe property

protected int _sortOrder
return int