MobileCRM.ObservableObject Object
Represents a generic object which is monitoring the changes of its properties.
Property |
Type |
Description |
Method |
Description |
constructor |
Constructs an instance of MobileCRM.ObservableObject object. |
addProp |
Creates a new observable property for this object |
getChanged |
Creates a clone of this object containing all properties that were changed since object construction. |
runCallback |
Invokes callback passing this instance of ObservableObject as argument. |
setTypedValue |
[v8.0] Sets the explicitly typed value for specified property. |