Click or drag to resize

DocumentReferenceDictionaryT Class

This class allows a service to register the loaded XDocuments with additional information. The dictionary entries can be used to decide, that a service method providing an XML element is executable for the elements document. If the Documents are unloaded by the Aml.Engine, the Registry will be automatically updated.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryXDocument, T
    Aml.Engine.Services.AMLDocumentReferenceDictionaryT

Namespace: Aml.Engine.Services.AML
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public class DocumentReferenceDictionary<T> : Dictionary<XDocument, T>

Type Parameters

T
In most applications, this generic defines the CAEXDocument Type

The DocumentReferenceDictionaryT type exposes the following members.

Constructors
 NameDescription
Public methodDocumentReferenceDictionaryTInitializes a new instance of the DocumentReferenceDictionaryT class
Top
Methods
 NameDescription
Public methodGetOrLoadValue Gets the registered information for the provided document.
Public methodIsLoaded Determines whether the specified document is loaded.
Public methodRemoveFromTable Removes the specified document from the table.
Top
See Also