C# Класс nHydrate.Generator.Models.CustomAggregateColumn

Наследование: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject, ICodeFacadeObject
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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

Свойство Тип Описание
GetFriendlyName string
GetPredefinedSize int

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetFriendlyName ( ) : string
GetPredefinedSize ( ) : int

Описание методов

CreateRef() публичный Метод

public CreateRef ( ) : Reference
Результат Reference

CreateRef() публичный Метод

public CreateRef ( string key ) : Reference
key string
Результат Reference

CustomAggregateColumn() публичный Метод

public CustomAggregateColumn ( INHydrateModelObject root ) : System
root INHydrateModelObject
Результат System

GetCodeFacade() публичный Метод

public GetCodeFacade ( ) : string
Результат string

GetCodeType() публичный Метод

public GetCodeType ( ) : string
Результат string

GetCodeType() публичный Метод

public GetCodeType ( bool allowNullable ) : string
allowNullable bool
Результат string

GetCodeType() публичный Метод

public GetCodeType ( bool allowNullable, bool forceNull ) : string
allowNullable bool
forceNull bool
Результат string

ResetId() публичный Метод

public ResetId ( int newId ) : void
newId int
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

XmlAppend() публичный Метод

public XmlAppend ( XmlNode node ) : void
node XmlNode
Результат void

XmlLoad() публичный Метод

public XmlLoad ( XmlNode node ) : void
node XmlNode
Результат void

Описание свойств

_UIVisible защищенное свойство

protected bool _UIVisible
Результат bool

_allowNull защищенное свойство

protected bool _allowNull
Результат bool

_codeFacade защищенное свойство

protected string _codeFacade
Результат string

_dataType защищенное свойство

protected System.Data.SqlDbType _dataType
Результат System.Data.SqlDbType

_default защищенное свойство

protected string _default
Результат string

_description защищенное свойство

protected string _description
Результат string

_friendlyName защищенное свойство

protected string _friendlyName
Результат string

_generated защищенное свойство

protected bool _generated
Результат bool

_id защищенное свойство

protected int _id
Результат int

_length защищенное свойство

protected int _length
Результат int

_name защищенное свойство

protected string _name
Результат string

_parentViewRef защищенное свойство

protected Reference _parentViewRef
Результат Reference

_relationshipRef защищенное свойство

protected Reference _relationshipRef
Результат Reference

_sortOrder защищенное свойство

protected int _sortOrder
Результат int