C# Класс Zetbox.DalProvider.NHibernate.Generator.Templates.Properties.ProxyProperty

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

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

Свойство Тип Описание
backingStoreName string
backingStoreType string
className string
ctx IZetboxContext
disableExport bool
hasDefaultValue bool
interfaceName string
isCalculated bool
isNullable bool
isSetFlagName string
moduleNamespace string
overrideParent bool
propertyGuid System.Guid
propertyName string
propertyType string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
useEvents bool

Private Properties

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

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : void
Generate ( ) : void
ProxyProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : System

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

Метод Описание
AddSerialization ( Zetbox.Generator.Templates list, string memberName, string fkBackingName ) : void
ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyTailTemplate ( ) : void
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

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

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

protected AddSerialization ( Zetbox.Generator.Templates list, string memberName, string fkBackingName ) : void
list Zetbox.Generator.Templates
memberName string
fkBackingName string
Результат void

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

protected ApplyOnAllSetTemplate ( ) : void
Результат void

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

protected ApplyOnGetTemplate ( ) : void
Результат void

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

protected ApplyPostSetTemplate ( ) : void
Результат void

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

protected ApplyPreSetTemplate ( ) : void
Результат void

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

protected ApplyTailTemplate ( ) : void
Результат void

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

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
moduleNamespace string
propertyType string
propertyName string
overrideParent bool
useEvents bool
hasDefaultValue bool
interfaceName string
className string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
isCalculated bool
disableExport bool
Результат void

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

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

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

protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
Результат MemberAttributes

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

public ProxyProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
moduleNamespace string
propertyType string
propertyName string
overrideParent bool
useEvents bool
hasDefaultValue bool
interfaceName string
className string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
isCalculated bool
disableExport bool
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
Результат Zetbox.Generator.Templates.Serialization.SerializationMembersList

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

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