Click or drag to resize

IAutoUpdate Interface

Interface defined for services, which support automatic updates of cross references between AutomationML objects. Updates are executed, when a referenced object changes its identification (its Name or its ID).

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IAutoUpdate : IAMLService

The IAutoUpdate type exposes the following members.

Properties
 NameDescription
Public propertyIsAutoUpdateEnabled Gets or sets a value indicating whether this instance will automatically update cross references between AutomationML objects.
Top
Events
 NameDescription
Public eventReferenceUpdated Occurs when any reference has been updated.
Top
See Also