Click or drag to resize

IndependentActionAdapterManagerBaseTAdapter, TInitalizationModel Methods

The IndependentActionAdapterManagerBaseTAdapter, TInitalizationModel generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from ListCollectionT.)
Protected methodAddInitializitonModel
This function genereates a new Initialization model based on a list of inputs and outputs
Public methodClear (Inherited from ListCollectionT.)
Protected methodClearItems (Inherited from AdapterCollectionBaseT.)
Public methodConfigurationReloaded
Notifies derived classes that configuration has been reloaded
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodContains (Inherited from ListCollectionT.)
Public methodCopyTo (Inherited from ListCollectionT.)
Public methodDispose (Inherited from AdapterCollectionBaseT.)
Protected methodDispose(Boolean) (Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Protected methodDisposeItem
Unwires events and disposes of IActionAdapter implementation.
(Inherited from ActionAdapterCollection.)
Public methodEnumerateAdapters
Enumerates child adapters.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from AdapterCollectionBaseT.)
Public methodGetAdapterStatus
Gets subscriber information for specified client connection.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodGetConfiguredConnection
Gets configured database connection.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodGetEnumerator (Inherited from ListCollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetOutputsFromInitializationModel
Generates a list of outputs based on a Initialization Model
Public methodGetShortStatus (Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ListCollectionT.)
Public methodInitialize (Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Protected methodInitializeChildAdapterManagement
Initializes management operations for child adapters based on inputs.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Protected methodInitializeItem
Wires events and initializes new IActionAdapter implementation.
(Inherited from ActionAdapterCollection.)
Public methodInsert (Inherited from ListCollectionT.)
Protected methodInsertItem (Inherited from AdapterCollectionBaseT.)
Protected methodMapInitializationModel
Function that maps Inputs to a new [!:TInitalizationModel] for finding existing mappings.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConfigurationChanged
Raises ConfigurationChanged event.
(Inherited from AdapterCollectionBaseT.)
Protected methodOnDiscardingMeasurements
Raises the DiscardingMeasurements event.
(Inherited from ActionAdapterCollection.)
Protected methodOnInputMeasurementKeysUpdated (Inherited from AdapterCollectionBaseT.)
Protected methodOnNewMeasurements
Raises the NewMeasurements event.
(Inherited from ActionAdapterCollection.)
Protected methodOnOutputMeasurementsUpdated (Inherited from AdapterCollectionBaseT.)
Protected methodOnProcessException(Exception) Obsolete.
Raises the ProcessException event.
(Inherited from AdapterCollectionBaseT.)
Protected methodOnProcessException(MessageLevel, Exception, String, MessageFlags)
Raises the ProcessException event.
(Inherited from AdapterCollectionBaseT.)
Protected methodOnRequestTemporalSupport
Raises RequestTemporalSupport event.
(Inherited from ActionAdapterCollection.)
Protected methodOnStatusMessage(String) Obsolete.
Raises the StatusMessage event.
(Inherited from AdapterCollectionBaseT.)
Protected methodOnStatusMessage(String, Object) Obsolete.
Raises the StatusMessage event with a formatted status message.
(Inherited from AdapterCollectionBaseT.)
Protected methodOnStatusMessage(MessageLevel, String, String, MessageFlags)
Raises the StatusMessage event and sends this data to the Logger.
(Inherited from AdapterCollectionBaseT.)
Protected methodOnUnpublishedSamples
Raises the UnpublishedSamples event.
(Inherited from ActionAdapterCollection.)
Public methodParseConnectionString
Parses connection string. Derived classes should override for custom connection string parsing.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodQueueMeasurementsForProcessing (Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodRecalculateRoutingTables
Recalculates routing tables.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Public methodRemove (Inherited from ListCollectionT.)
Public methodRemoveAt (Inherited from ListCollectionT.)
Protected methodRemoveItem (Inherited from AdapterCollectionBaseT.)
Public methodResetStatistics
Resets the statistics of this collection.
(Inherited from AdapterCollectionBaseT.)
Protected methodSetItem (Inherited from AdapterCollectionBaseT.)
Public methodSetTemporalConstraint
Defines a temporal processing constraint for the adapter collection and applies this constraint to each adapter.
(Inherited from AdapterCollectionBaseT.)
Public methodStart (Inherited from AdapterCollectionBaseT.)
Public methodStop (Inherited from AdapterCollectionBaseT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryCreateAdapter
Attempts to create an IAdapter from the specified DataRow.
(Inherited from AdapterCollectionBaseT.)
Protected methodTryGetAdapterTValue
Attempts to get the adapter with the specified value given testItem function.
(Inherited from AdapterCollectionBaseT.)
Public methodTryGetAdapterByID
Attempts to get the adapter with the specified id.
(Inherited from AdapterCollectionBaseT.)
Public methodTryGetAdapterByName
Attempts to get the adapter with the specified name.
(Inherited from AdapterCollectionBaseT.)
Public methodTryInitializeAdapterByID
Attempts to initialize (or reinitialize) an individual IAdapter based on its ID.
(Inherited from AdapterCollectionBaseT.)
Protected methodValidateEvenInputCount
Validates that an even number of inputs are provided for specified PerAdapterInputCount.
(Inherited from IndependentActionAdapterManagerBaseTAdapter.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetEnumValueOrDefault(Type, Object)Overloaded.
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions.)
Public Extension MethodGetEnumValueOrDefaultT(Object)Overloaded.
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions.)
Top
See Also