Skip to main content

PropertyChangeSet

PropertyChangeSet

A PropertyChangeSet is used to store which properties were changed during a read or write operation.

Properties

anyPropertiesRead

bool anyPropertiesRead { get; }

True if any of the properties were read.

anyPropertiesChanged

bool anyPropertiesChanged { get; }

True if any of the properties were 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.

Include

void Include(uint propertyID, bool changed)

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.

Contains

bool Contains(uint propertyID)

Returns true if the property was read.

Contains

bool Contains(uint propertyID, Boolean& changed)

Returns true if the property was read.