Свойство | Тип | Описание | |
---|---|---|---|
containingType | DataType | ||
ctx | IZetboxContext | ||
name | String | ||
property | System.Property | ||
serializationList | Serialization.SerializationMembersList |
Метод | Описание | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, DataType containingType, String name, System.Property property ) : void | ||
Generate ( ) : void | ||
ListProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, DataType containingType, String name, System.Property property ) : System |
Метод | Описание | |
---|---|---|
AddSerialization ( Serialization list, string name ) : void | ||
ApplyAttributesTemplate ( ) : void |
Is called to apply optional decoration in front of the property declaration, like Attributes.
|
|
ApplyRequisitesTemplate ( ) : void |
Is called to insert requisites into the containing class, like wrappers or similar.
|
|
ApplySettor ( ) : void | ||
BackingMemberFromName ( string name ) : string | ||
GetBackingTypeString ( ) : string | ||
GetInitialisationExpression ( ) : string | ||
GetPropertyTypeString ( ) : string |
protected AddSerialization ( Serialization list, string name ) : void | ||
list | Serialization | |
name | string | |
Результат | void |
protected ApplyAttributesTemplate ( ) : void | ||
Результат | void |
protected ApplyRequisitesTemplate ( ) : void | ||
Результат | void |
protected BackingMemberFromName ( string name ) : string | ||
name | string | |
Результат | string |
public static Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, DataType containingType, String name, System.Property property ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
containingType | DataType | |
name | String | |
property | System.Property | |
Результат | void |
protected GetBackingTypeString ( ) : string | ||
Результат | string |
protected GetInitialisationExpression ( ) : string | ||
Результат | string |
protected GetPropertyTypeString ( ) : string | ||
Результат | string |
public ListProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, DataType containingType, String name, System.Property property ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
containingType | DataType | |
name | String | |
property | System.Property | |
Результат | System |