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

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
backingName string
ctx IZetboxContext
disableExport bool
isCalculated bool
modulenamespace string
name string
serializationList Serialization.SerializationMembersList
type string

Méthodes publiques

Méthode Description
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, bool isCalculated, bool disableExport ) : void
Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : void
Generate ( ) : void
NotifyingValueProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : System

Méthodes protégées

Méthode Description
AddSerialization ( Serialization list, string name ) : void
ApplyAttributesTemplate ( ) : void

Is called to apply optional decoration in front of the property declaration, like Attributes.

ApplyBackingStoreDefinition ( ) : void
ApplyBackingStoreIsDirtyDefinition ( ) : void
ApplyDateTimeKindSpecifier ( ) : void

Forces all DateTimeKind.Unspecified values into local time, without changing the actual value.

ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyRequisitesTemplate ( ) : void

Is called to insert requisites into the containing class, like wrappers or similar.

ApplySecurityCheckTemplate ( ) : void
ApplyTailTemplate ( ) : void

Method Details

AddSerialization() protected méthode

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

ApplyAttributesTemplate() protected méthode

Is called to apply optional decoration in front of the property declaration, like Attributes.
protected ApplyAttributesTemplate ( ) : void
Résultat void

ApplyBackingStoreDefinition() protected méthode

protected ApplyBackingStoreDefinition ( ) : void
Résultat void

ApplyBackingStoreIsDirtyDefinition() protected méthode

protected ApplyBackingStoreIsDirtyDefinition ( ) : void
Résultat void

ApplyDateTimeKindSpecifier() protected méthode

Forces all DateTimeKind.Unspecified values into local time, without changing the actual value.
protected ApplyDateTimeKindSpecifier ( ) : 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

ApplyRequisitesTemplate() protected méthode

Is called to insert requisites into the containing class, like wrappers or similar.
protected ApplyRequisitesTemplate ( ) : void
Résultat void

ApplySecurityCheckTemplate() protected méthode

protected ApplySecurityCheckTemplate ( ) : 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, string type, string name, string modulenamespace, bool isCalculated, bool disableExport ) : void
host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
isCalculated bool
disableExport bool
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

NotifyingValueProperty() public méthode

public NotifyingValueProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
Résultat System

Property Details

backingName protected_oe property

protected string backingName
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

disableExport protected_oe property

protected bool disableExport
Résultat bool

isCalculated protected_oe property

protected bool isCalculated
Résultat bool

modulenamespace protected_oe property

protected string modulenamespace
Résultat string

name protected_oe property

protected string name
Résultat string

serializationList protected_oe property

protected Serialization.SerializationMembersList serializationList
Résultat Serialization.SerializationMembersList

type protected_oe property

protected string type
Résultat string