Click or drag to resize

ILookUpTable Interface

This interface defines a service which manages key based lookup tables for CAEX Objects using the CAEXPath and the ID of a CAEX Object as table keys. Please note that the service only provides methods to load and unload the lookup tables for a document. It will not update the tables when the document is modified.

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

The ILookUpTable type exposes the following members.

Methods
 NameDescription
Public methodIDTableIsLoaded Gets a value, indicating if the ID-Table is loaded for the provided document.
Public methodLoadIDTable Loads an ID based lookup table for a document.
Public methodLoadPathTable Loads a CAEXPath based lookup table for a document.
Public methodPathTableIsLoaded Gets a value, indicating if the Path-Table is loaded for the provided document.
Public methodUnloadIDTable Unloads the ID based lookup table for a document.
Public methodUnloadPathTable Unloads the CAEXPath based lookup table for a document.
Top
See Also