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

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

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

Свойство Тип Описание
backingStoreName string
backingStoreType string
className string
ctx IZetboxContext
interfaceName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
propertyName string

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void
ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System
Generate ( ) : void

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

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

public static Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void
_host Arebis
ctx IZetboxContext
interfaceName string
className string
propertyName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
Результат void

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

public ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System
_host Arebis
ctx IZetboxContext
interfaceName string
className string
propertyName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected Guid,System propertyGuid
Результат System.Guid

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

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