Back to API Reference
Class

RangeConfigurationObject

abstract
Implements:IRangeConfigurationSource

Base for serializable interaction policy objects whose nested changes can affect a live rule graph. Consumers bind only while the object participates in an active modifier.

Derived Types(8)

Types that inherit from RangeConfigurationObject.

protected bool HasConfigurationListeners{ get }
protected void NotifyConfigurationChanged()
protected void BeginConfigurationUpdate()
protected void EndConfigurationUpdate()
protected void BindConfigurationChild()
protected void UnbindConfigurationChild()
protected void ApplyConfigurationChildChange()

Rebinds a replaced configuration child when this object is observed, then publishes the replacement as one configuration change.

protected void BindConfigurationChildren()
protected void UnbindConfigurationChildren()
protected virtual void OnConfigurationBound()
protected virtual void OnConfigurationUnbound()