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

Наследование: NotifyingValueProperty
Показать файл Открыть проект

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

Свойство Тип Описание
className string
hasDefaultValue bool
isNullable bool
propExportGuid System.Guid

Private Properties

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

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

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

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

Метод Описание
AddSerialization ( Serialization list, string name ) : void
ApplyBackingStoreDefinition ( ) : void
ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyTailTemplate ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : void
host Arebis
ctx IZetboxContext
serializationList Serialization
prop System.Property
Результат void

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

public NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
prop System.Property
Результат System

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

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

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

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

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

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

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

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

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

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

protected Guid,System propExportGuid
Результат System.Guid