C# Класс Zetbox.Generator.Templates.Properties.NotifyingValueProperty

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
backingName string
ctx IZetboxContext
disableExport bool
isCalculated bool
modulenamespace string
name string
serializationList Serialization.SerializationMembersList
type string

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Описание методов

AddSerialization() защищенный Метод

protected AddSerialization ( Serialization list, string name ) : void
list Serialization
name string
Результат void

ApplyAttributesTemplate() защищенный Метод

Is called to apply optional decoration in front of the property declaration, like Attributes.
protected ApplyAttributesTemplate ( ) : void
Результат void

ApplyBackingStoreDefinition() защищенный Метод

protected ApplyBackingStoreDefinition ( ) : void
Результат void

ApplyBackingStoreIsDirtyDefinition() защищенный Метод

protected ApplyBackingStoreIsDirtyDefinition ( ) : void
Результат void

ApplyDateTimeKindSpecifier() защищенный Метод

Forces all DateTimeKind.Unspecified values into local time, without changing the actual value.
protected ApplyDateTimeKindSpecifier ( ) : void
Результат void

ApplyOnAllSetTemplate() защищенный Метод

protected ApplyOnAllSetTemplate ( ) : void
Результат void

ApplyOnGetTemplate() защищенный Метод

protected ApplyOnGetTemplate ( ) : void
Результат void

ApplyPostSetTemplate() защищенный Метод

protected ApplyPostSetTemplate ( ) : void
Результат void

ApplyPreSetTemplate() защищенный Метод

protected ApplyPreSetTemplate ( ) : void
Результат void

ApplyRequisitesTemplate() защищенный Метод

Is called to insert requisites into the containing class, like wrappers or similar.
protected ApplyRequisitesTemplate ( ) : void
Результат void

ApplySecurityCheckTemplate() защищенный Метод

protected ApplySecurityCheckTemplate ( ) : void
Результат void

ApplyTailTemplate() защищенный Метод

protected ApplyTailTemplate ( ) : void
Результат void

Call() публичный статический Метод

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
Результат void

Call() публичный статический Метод

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
Результат void

Generate() публичный Метод

public Generate ( ) : void
Результат void

NotifyingValueProperty() публичный Метод

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
Результат System

Описание свойств

backingName защищенное свойство

protected string backingName
Результат string

ctx защищенное свойство

protected IZetboxContext ctx
Результат IZetboxContext

disableExport защищенное свойство

protected bool disableExport
Результат bool

isCalculated защищенное свойство

protected bool isCalculated
Результат bool

modulenamespace защищенное свойство

protected string modulenamespace
Результат string

name защищенное свойство

protected string name
Результат string

serializationList защищенное свойство

protected Serialization.SerializationMembersList serializationList
Результат Serialization.SerializationMembersList

type защищенное свойство

protected string type
Результат string