Свойство | Type | Description | |
---|---|---|---|
className | string | ||
ctx | IZetboxContext | ||
disableExport | bool | ||
getterEventName | string | ||
isCompound | bool | ||
modulenamespace | string | ||
propertyName | string | ||
referencedType | string | ||
serializationList | Serialization.SerializationMembersList |
Méthode | Description | |
---|---|---|
CalculatedProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string modulenamespace, string className, string referencedType, string propertyName, string getterEventName, bool isCompound, bool disableExport ) : System | ||
Call ( Arebis host, IZetboxContext ctx, Serialization serList, CalculatedObjectReferenceProperty prop ) : void | ||
Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string modulenamespace, string className, string referencedType, string propertyName, string getterEventName, bool isCompound, bool disableExport ) : void | ||
Generate ( ) : void |
Méthode | Description | |
---|---|---|
AddSerialization ( Serialization list, string name ) : void | ||
ApplyBackingStorageDefinition ( ) : string | ||
ApplyResultExpression ( ) : string | ||
ApplyStorageStatement ( string valueExpression ) : string |
protected AddSerialization ( Serialization list, string name ) : void | ||
list | Serialization | |
name | string | |
Résultat | void |
protected ApplyBackingStorageDefinition ( ) : string | ||
Résultat | string |
protected ApplyResultExpression ( ) : string | ||
Résultat | string |
protected ApplyStorageStatement ( string valueExpression ) : string | ||
valueExpression | string | |
Résultat | string |
public CalculatedProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string modulenamespace, string className, string referencedType, string propertyName, string getterEventName, bool isCompound, bool disableExport ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
modulenamespace | string | |
className | string | |
referencedType | string | |
propertyName | string | |
getterEventName | string | |
isCompound | bool | |
disableExport | bool | |
Résultat | System |
public static Call ( Arebis host, IZetboxContext ctx, Serialization serList, CalculatedObjectReferenceProperty prop ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
serList | Serialization | |
prop | CalculatedObjectReferenceProperty | |
Résultat | void |
public static Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string modulenamespace, string className, string referencedType, string propertyName, string getterEventName, bool isCompound, bool disableExport ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
modulenamespace | string | |
className | string | |
referencedType | string | |
propertyName | string | |
getterEventName | string | |
isCompound | bool | |
disableExport | bool | |
Résultat | void |