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

Inheritance: Zetbox.Generator.Templates.Properties.NotifyingValueProperty
Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
NotifyingValueProperty ( Arebis _host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : System

Protected Methods

Method Description
AddSerialization ( Zetbox.Generator.Templates list, string name ) : void
ApplyBackingStoreDefinition ( ) : void
ApplyBackingStoreIsDirtyDefinition ( ) : void
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

Method Details

AddSerialization() protected method

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

ApplyBackingStoreDefinition() protected method

protected ApplyBackingStoreDefinition ( ) : void
return void

ApplyBackingStoreIsDirtyDefinition() protected method

protected ApplyBackingStoreIsDirtyDefinition ( ) : void
return void

ModifyMemberAttributes() protected method

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

NotifyingValueProperty() public method

public NotifyingValueProperty ( Arebis _host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
return System