PropertyChangeSet
PropertyChangeSet
A PropertyChangeSet is used to store which properties were changed during a read or write operation.
Properties
anyPropertiesChanged
bool anyPropertiesChanged { get; }
True if any of the properties have changed.
Item
bool Item { get; }
True if the indexed property has changed.
Methods
Clear
void Clear()
Internal. Do not use.
This is used by auto-generated RealtimeModel serialization code and is required to be public, but is not a public API.
SetPropertyChanged
void SetPropertyChanged(uint propertyID)
Internal. Do not use.
This is used by auto-generated RealtimeModel serialization code and is required to be public, but is not a public API.