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

Inheritance: Zetbox.Generator.Templates.Properties.NotifyingValueProperty
显示文件 Open project: daszat/zetbox

Public Methods

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

Protected Methods

Method Description
ApplyAttributesTemplate ( ) : void
ApplyBackingStoreDefinition ( ) : void

Method Details

ApplyAttributesTemplate() protected method

protected ApplyAttributesTemplate ( ) : void
return void

ApplyBackingStoreDefinition() protected method

protected ApplyBackingStoreDefinition ( ) : void
return void

NotifyingValueProperty() public method

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