C# Класс Zetbox.Generator.Templates.Properties.CompoundObjectPropertyInitialisation

Показать файл Открыть проект

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

Свойство Тип Описание
backingStoreName string
ctx IZetboxContext
implementationTypeName string
lazyCtxParam string
propertyName string

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : void
Call ( IGenerationHost _host, IZetboxContext ctx, CompoundObjectProperty property, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
Call ( IGenerationHost _host, IZetboxContext ctx, IEnumerable properties, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
CompoundObjectPropertyInitialisation ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : System
Generate ( ) : void

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

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

public static Call ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : void
_host Arebis
ctx IZetboxContext
implementationTypeName string
propertyName string
backingStoreName string
lazyCtxParam string
Результат void

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

public static Call ( IGenerationHost _host, IZetboxContext ctx, CompoundObjectProperty property, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
_host IGenerationHost
ctx IZetboxContext
property CompoundObjectProperty
asCollectionEntry bool
implementationSuffix string
implementationPropertySuffix string
lazyCtxProperty string
Результат void

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

public static Call ( IGenerationHost _host, IZetboxContext ctx, IEnumerable properties, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
_host IGenerationHost
ctx IZetboxContext
properties IEnumerable
asCollectionEntry bool
implementationSuffix string
implementationPropertySuffix string
lazyCtxProperty string
Результат void

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

public CompoundObjectPropertyInitialisation ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : System
_host Arebis
ctx IZetboxContext
implementationTypeName string
propertyName string
backingStoreName string
lazyCtxParam string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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