C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.Properties.ProxyProperty

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
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

Свойство Type Description

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
AddSerialization ( Zetbox.Generator.Templates list, string memberName, string fkBackingName ) : void
ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyTailTemplate ( ) : void
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

Method Details

AddSerialization() protected méthode

protected AddSerialization ( Zetbox.Generator.Templates list, string memberName, string fkBackingName ) : void
list Zetbox.Generator.Templates
memberName string
fkBackingName string
Résultat void

ApplyOnAllSetTemplate() protected méthode

protected ApplyOnAllSetTemplate ( ) : void
Résultat void

ApplyOnGetTemplate() protected méthode

protected ApplyOnGetTemplate ( ) : void
Résultat void

ApplyPostSetTemplate() protected méthode

protected ApplyPostSetTemplate ( ) : void
Résultat void

ApplyPreSetTemplate() protected méthode

protected ApplyPreSetTemplate ( ) : void
Résultat void

ApplyTailTemplate() protected méthode

protected ApplyTailTemplate ( ) : void
Résultat void

Call() public static méthode

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
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ModifyMemberAttributes() protected méthode

protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
Résultat MemberAttributes

ProxyProperty() public méthode

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
Résultat System

Property Details

backingStoreName protected_oe property

protected string backingStoreName
Résultat string

backingStoreType protected_oe property

protected string backingStoreType
Résultat string

className protected_oe property

protected string className
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

disableExport protected_oe property

protected bool disableExport
Résultat bool

hasDefaultValue protected_oe property

protected bool hasDefaultValue
Résultat bool

interfaceName protected_oe property

protected string interfaceName
Résultat string

isCalculated protected_oe property

protected bool isCalculated
Résultat bool

isNullable protected_oe property

protected bool isNullable
Résultat bool

isSetFlagName protected_oe property

protected string isSetFlagName
Résultat string

moduleNamespace protected_oe property

protected string moduleNamespace
Résultat string

overrideParent protected_oe property

protected bool overrideParent
Résultat bool

propertyGuid protected_oe property

protected Guid,System propertyGuid
Résultat System.Guid

propertyName protected_oe property

protected string propertyName
Résultat string

propertyType protected_oe property

protected string propertyType
Résultat string

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
Résultat Zetbox.Generator.Templates.Serialization.SerializationMembersList

useEvents protected_oe property

protected bool useEvents
Résultat bool