Property | Type | Description | |
---|---|---|---|
backingStoreName | string | ||
backingStoreType | string | ||
className | string | ||
ctx | IZetboxContext | ||
interfaceName | string | ||
isNullable | bool | ||
isSetFlagName | string | ||
propertyGuid | System.Guid | ||
propertyName | string |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void | ||
ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System | ||
Generate ( ) : void |
public static Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
interfaceName | string | |
className | string | |
propertyName | string | |
isNullable | bool | |
isSetFlagName | string | |
propertyGuid | System.Guid | |
backingStoreType | string | |
backingStoreName | string | |
return | void |
public ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
interfaceName | string | |
className | string | |
propertyName | string | |
isNullable | bool | |
isSetFlagName | string | |
propertyGuid | System.Guid | |
backingStoreType | string | |
backingStoreName | string | |
return | System |