Property | Type | Description | |
---|---|---|---|
backingName | string | ||
ctx | IZetboxContext | ||
disableExport | bool | ||
isCalculated | bool | ||
modulenamespace | string | ||
name | string | ||
serializationList | Serialization.SerializationMembersList | ||
type | string |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
protected AddSerialization ( Serialization list, string name ) : void | ||
list | Serialization | |
name | string | |
return | void |
protected ApplyBackingStoreDefinition ( ) : void | ||
return | void |
protected ApplyBackingStoreIsDirtyDefinition ( ) : void | ||
return | void |
protected ApplyDateTimeKindSpecifier ( ) : void | ||
return | void |
protected ApplySecurityCheckTemplate ( ) : void | ||
return | void |
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 | |
return | void |
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 | |
return | void |
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 | |
return | System |
protected Serialization.SerializationMembersList serializationList | ||
return | Serialization.SerializationMembersList |