Property | Type | Description | |
---|---|---|---|
backingPropertyName | string | ||
backingStoreName | string | ||
coImplementationType | string | ||
coType | string | ||
ctx | IZetboxContext | ||
disableExport | bool | ||
propName | string | ||
serializationList | Zetbox.Generator.Templates.Serialization.SerializationMembersList | ||
xmlNamespace | string |
Method | Description | |
---|---|---|
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, CompoundObjectProperty prop ) : void | ||
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, CompoundObjectProperty prop, string overridePropName, bool isList, bool hasPersistentOrder ) : void | ||
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : void | ||
CompoundObjectPropertyTemplate ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : System | ||
Generate ( ) : void |
Method | Description | |
---|---|---|
AddSerialization ( Serialization list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void |
protected AddSerialization ( Serialization list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void | ||
list | Serialization | |
memberType | string | |
memberName | string | |
backingStoreType | string | |
backingStoreName | string | |
return | void |
public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, CompoundObjectProperty prop ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
prop | CompoundObjectProperty | |
return | void |
public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, CompoundObjectProperty prop, string overridePropName, bool isList, bool hasPersistentOrder ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
prop | CompoundObjectProperty | |
overridePropName | string | |
isList | bool | |
hasPersistentOrder | bool | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Zetbox | |
xmlNamespace | string | |
propName | string | |
backingPropertyName | string | |
backingStoreName | string | |
coType | string | |
coImplementationType | string | |
disableExport | bool | |
return | void |
public CompoundObjectPropertyTemplate ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Zetbox | |
xmlNamespace | string | |
propName | string | |
backingPropertyName | string | |
backingStoreName | string | |
coType | string | |
coImplementationType | string | |
disableExport | bool | |
return | System |
protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList | ||
return | Zetbox.Generator.Templates.Serialization.SerializationMembersList |