Callback:
String
property
.Value2String(
IUserObject
entity,
ISimProperty
property,
Object
value)
Callback that is invoked to convert the value stored by the property into a string.
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 property value.
Return Value
Type:
String
The String value.
Remarks