Свойство | Тип | Описание | |
---|---|---|---|
className | string | ||
hasDefaultValue | bool | ||
isNullable | bool | ||
propExportGuid | System.Guid |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 |
protected AddSerialization ( Serialization list, string name ) : void | ||
list | Serialization | |
name | string | |
Результат | void |
protected ApplyBackingStoreDefinition ( ) : void | ||
Результат | void |
public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
prop | System.Property | |
Результат | void |
public NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
prop | System.Property | |
Результат | System |
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 |