C# Класс Zetbox.DalProvider.NHibernate.Generator.Templates.Mappings.PropertiesHbm

Наследование: Zetbox.Generator.ResourceTemplate
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ctx IZetboxContext
needsConcurrency bool
prefix string
properties IEnumerable

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : void
Generate ( ) : void
PropertiesHbm ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : System

Защищенные методы

Метод Описание
ApplyCompoundObjectProperty ( string prefix, CompoundObjectProperty prop ) : void
ApplyObjectReferenceProperty ( string prefix, ObjectReferenceProperty prop ) : void
ApplyValueTypeProperty ( string prefix, ValueTypeProperty prop ) : void

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

Метод Описание
ApplyNMProperty ( Relation rel, RelationEnd relEnd, RelationEnd otherEnd, ObjectReferenceProperty prop ) : void

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

ApplyCompoundObjectProperty() защищенный Метод

protected ApplyCompoundObjectProperty ( string prefix, CompoundObjectProperty prop ) : void
prefix string
prop CompoundObjectProperty
Результат void

ApplyObjectReferenceProperty() защищенный Метод

protected ApplyObjectReferenceProperty ( string prefix, ObjectReferenceProperty prop ) : void
prefix string
prop ObjectReferenceProperty
Результат void

ApplyValueTypeProperty() защищенный Метод

protected ApplyValueTypeProperty ( string prefix, ValueTypeProperty prop ) : void
prefix string
prop ValueTypeProperty
Результат void

Call() публичный статический Метод

public static Call ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : void
_host Arebis
ctx IZetboxContext
prefix string
properties IEnumerable
needsConcurrency bool
Результат void

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

public Generate ( ) : void
Результат void

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

public PropertiesHbm ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : System
_host Arebis
ctx IZetboxContext
prefix string
properties IEnumerable
needsConcurrency bool
Результат System

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

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

protected IZetboxContext ctx
Результат IZetboxContext

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

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

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

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

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

protected IEnumerable properties
Результат IEnumerable