Callback:
Object
propertytable
.SetValue(
IUserObject
entity,
ISimProperty
property,
Object
value)
Called when the property value is setted. Usefull to transforme the submited value.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
entity
Type:
IUserObject
The entity containing the property.
property
Type:
ISimProperty
The property.
value
Type:
Object
The submited value.
Return Value
Type:
Object
The transformed value.
Remarks