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

Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property 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

Property Type Description

Public Methods

Method 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

Protected Methods

Method 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 method

protected AddSerialization ( Zetbox.Generator.Templates list, string memberName, string fkBackingName ) : void
list Zetbox.Generator.Templates
memberName string
fkBackingName string
return void

ApplyOnAllSetTemplate() protected method

protected ApplyOnAllSetTemplate ( ) : void
return void

ApplyOnGetTemplate() protected method

protected ApplyOnGetTemplate ( ) : void
return void

ApplyPostSetTemplate() protected method

protected ApplyPostSetTemplate ( ) : void
return void

ApplyPreSetTemplate() protected method

protected ApplyPreSetTemplate ( ) : void
return void

ApplyTailTemplate() protected method

protected ApplyTailTemplate ( ) : void
return void

Call() public static method

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
return void

Generate() public method

public Generate ( ) : void
return void

ModifyMemberAttributes() protected method

protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
return MemberAttributes

ProxyProperty() public method

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
return System

Property Details

backingStoreName protected_oe property

protected string backingStoreName
return string

backingStoreType protected_oe property

protected string backingStoreType
return string

className protected_oe property

protected string className
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

disableExport protected_oe property

protected bool disableExport
return bool

hasDefaultValue protected_oe property

protected bool hasDefaultValue
return bool

interfaceName protected_oe property

protected string interfaceName
return string

isCalculated protected_oe property

protected bool isCalculated
return bool

isNullable protected_oe property

protected bool isNullable
return bool

isSetFlagName protected_oe property

protected string isSetFlagName
return string

moduleNamespace protected_oe property

protected string moduleNamespace
return string

overrideParent protected_oe property

protected bool overrideParent
return bool

propertyGuid protected_oe property

protected Guid,System propertyGuid
return System.Guid

propertyName protected_oe property

protected string propertyName
return string

propertyType protected_oe property

protected string propertyType
return string

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
return Zetbox.Generator.Templates.Serialization.SerializationMembersList

useEvents protected_oe property

protected bool useEvents
return bool