Name |
Description |
GetValue(IUserObject, ISimProperty, Object)
|
Callback that is invoked when the property value is acquired.
|
IsValid(IUserObject, ISimProperty)
|
Callback that is invoked to determine whether the property is valid.
|
IsVisible(IUserObject, ISimProperty)
|
Callback that is invoked to determine whether the property is visible.
|
OnActivate(IUserObject, ISimProperty)
|
Callback that is invoked when the property is activated.
|
OnAdd(IUserObject, ISimProperty)
|
Callback that is invoked when the property is added.
|
OnApply(IUserObject, ISimProperty)
|
Callback that is invoked when the property apply button is clicked.
|
OnCancel(IUserObject, ISimProperty)
|
Callback that is invoked when the property cancel button is clicked.
|
OnDuplicate(IUserObject, ISimProperty)
|
Callback that is invoked when the property is duplicated.
|
OnHide(IUserObject, ISimProperty)
|
Callback that is invoked when the property is hidden.
|
OnInit(IUserObject, ISimProperty)
|
Callback that is invoked when the property is initialized.
|
OnMigrate(ISimProperty, ISimProperty)
|
Callback that is invoked when the property version has been changed.
|
OnRemove(IUserObject, ISimProperty)
|
Callback that is invoked when the property is removed.
|
OnShow(IUserObject, ISimProperty)
|
Callback that is invoked when the property is shown.
|
OnValidate(IUserObject, ISimProperty)
|
Callback that is invoked when the property is validated.
|
SetValue(IUserObject, ISimProperty, Object)
|
Callback that is invoked when the property value is set.
|
String2Value(IUserObject, ISimProperty, String)
|
Callback that is invoked to convert a string to the property value.
|
Value2String(IUserObject, ISimProperty, Object)
|
Callback that is invoked to convert the value stored by the property into a string.
|