C# Class Zetbox.Generator.Templates.Properties.NotifyingDataProperty

Inheritance: NotifyingValueProperty
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
className string
hasDefaultValue bool
isNullable bool
propExportGuid System.Guid

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : void
NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : System
NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport, string className, bool isNullable, bool hasDefaultValue, System.Guid propExportGuid ) : System

Méthodes protégées

Méthode Description
AddSerialization ( Serialization list, string name ) : void
ApplyBackingStoreDefinition ( ) : void
ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyTailTemplate ( ) : void

Method Details

AddSerialization() protected méthode

protected AddSerialization ( Serialization list, string name ) : void
list Serialization
name string
Résultat void

ApplyBackingStoreDefinition() protected méthode

protected ApplyBackingStoreDefinition ( ) : void
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, Serialization serializationList, System.Property prop ) : void
host Arebis
ctx IZetboxContext
serializationList Serialization
prop System.Property
Résultat void

NotifyingDataProperty() public méthode

public NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
prop System.Property
Résultat System

NotifyingDataProperty() public méthode

public NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport, string className, bool isNullable, bool hasDefaultValue, System.Guid propExportGuid ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
className string
isNullable bool
hasDefaultValue bool
propExportGuid System.Guid
Résultat System

Property Details

className protected_oe property

protected string className
Résultat string

hasDefaultValue protected_oe property

protected bool hasDefaultValue
Résultat bool

isNullable protected_oe property

protected bool isNullable
Résultat bool

propExportGuid protected_oe property

protected Guid,System propExportGuid
Résultat System.Guid