Click or drag to resize

IndependentActionAdapterManagerBase<TAdapter> Class

Represents an adapter base class that provides functionality to manage and distribute measurements to a collection of action adapters.
Inheritance Hierarchy

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.230-beta
Syntax
View Source

Type Parameters

TAdapter

The IndependentActionAdapterManagerBase<TAdapter> type exposes the following members.

Constructors
 NameDescription
Protected methodIndependentActionAdapterManagerBase<TAdapter> Creates a new IndependentActionAdapterManagerBase<TAdapter>.
Top
Properties
 NameDescription
Public propertyAdapterIDCounter Gets or sets current adapter ID counter.
Public propertyAlternateTagTemplate Gets or sets template for output measurement alternate tag names.
Protected propertyAutoInitialize Gets flag that determines if IAdapter implementations are automatically initialized when they are added to the collection.
(Inherited from AdapterCollectionBase<T>)
Protected propertyAutoReparseConnectionString Gets or sets flag that determines if the IndependentActionAdapterManagerBase<TAdapter> adapter ConnectionString should be automatically parsed every time the DataSource is updated without requiring adapter to be reinitialized. Defaults to true to allow child adapters to come and go based on updates to system configuration.
Public propertyAutoStart Gets or sets flag indicating if adapter collection should automatically start items when AutoInitialize is false.
(Inherited from AdapterCollectionBase<T>)
Public propertyConfigurationReloadWaitAttempts Gets or sets the total number of attempts to wait for system configuration reloads when waiting for configuration updates to be available.
Public propertyConfigurationReloadWaitTimeout Gets or sets the wait timeout, in milliseconds, that system wait for system configuration reload to complete.
Public propertyConnectionString Gets or sets key/value pair connection information specific to this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyConvertReadonlyCollectionsToWritable Gets or sets flag that determines if readonly collections should be converted to writable so published measurement sets can be augmented by filter adapters.
(Inherited from ActionAdapterCollection)
Public propertyCount Gets the number of elements contained in the ICollection<T>.
(Inherited from ListCollection<T>)
Public propertyCurrentAdapterIndex Gets adapter index currently being processed.
Public propertyCurrentDeviceID Gets associated device ID for CurrentAdapterIndex, if any, for measurement generation. If overridden to provide custom device ID, ParentDeviceAcronymTemplate should be set to null so no parent device is created.
Public propertyCurrentOutputIndex Gets adapter output index currently being processed.
Public propertyCustomAdapterSettings Gets any custom adapter settings to be added to each adapter connection string. Can be used to add settings that are custom per adapter.
Public propertyDatabaseConnectionString Gets or sets the connection string used for database operations. Leave blank to use local configuration database defined in "systemSettings".
Public propertyDatabaseProviderString Gets or sets the provider string used for database operations. Defaults to a SQL Server provider string.
Public propertyDataMember Gets or sets specific data member (e.g., table name) in DataSource used to Initialize() this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyDataSource Gets or sets DataSet based data source used to load each IAdapter. Updates to this property will cascade to all adapters in this IndependentActionAdapterManagerBase<TAdapter>.
(Overrides AdapterCollectionBase<T>.DataSource)
Public propertyDescriptionTemplate Gets or sets template for output measurement descriptions.
Public propertyEnabled Gets or sets enabled state of this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyFramesPerSecond Gets or sets the number of frames per second applied to each adapter.
Public propertyID Gets or sets numeric ID associated with this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyInitializationTimeout Gets or sets the default adapter time that represents the maximum time system will wait during Start() for initialization.
(Inherited from AdapterCollectionBase<T>)
Public propertyInitialized Gets or sets flag indicating if the adapter collection has been initialized successfully.
(Inherited from AdapterCollectionBase<T>)
Public propertyInputMeasurementIndexUsedForName Gets or sets the index into the per adapter input measurements to use for target adapter name.
Public propertyInputMeasurementKeys Gets or sets primary keys of input measurements for the IndependentActionAdapterManagerBase<TAdapter>.
(Overrides AdapterCollectionBase<T>.InputMeasurementKeys)
Public propertyInputMeasurementKeyTypes Gets input measurement SignalType's for each of the InputMeasurementKeys, if any.
Public propertyInputSourceIDs Gets or sets Source values used to filter input measurement keys.
(Inherited from AdapterCollectionBase<T>)
Public propertyIsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from AdapterCollectionBase<T>)
Public propertyIsReadOnly Gets a value indicating whether the AdapterCollectionBase<T> is read-only.
(Inherited from AdapterCollectionBase<T>)
Public propertyItem Gets or sets the element at the specified index.
(Inherited from ListCollection<T>)
Protected propertyItems Gets a IList<T> wrapper around the Collection<T>.
(Inherited from ListCollection<T>)
Public propertyLagTime Gets or sets the allowed past time deviation tolerance, in seconds (can be sub-second) applied to each adapter.
Public propertyLeadTime Gets or sets the allowed future time deviation tolerance, in seconds (can be sub-second) applied to each adapter.
Protected propertyLog Log messages generated by an adapter.
(Inherited from AdapterCollectionBase<T>)
Protected propertyMonitorTimerEnabled Gets or sets flag that determines if monitor timer should be used for monitoring processed measurement statistics for the AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyName Gets or sets the name of this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyOutputMeasurements Gets or sets output measurements that the IndependentActionAdapterManagerBase<TAdapter> will produce, if any.
(Overrides AdapterCollectionBase<T>.OutputMeasurements)
Public propertyOutputMeasurementTypes Gets output measurement SignalType's for each of the OutputMeasurements, if any.
Public propertyOutputSourceIDs Gets or sets Source values used to filter output measurements.
(Inherited from AdapterCollectionBase<T>)
Public propertyParentDeviceAcronymTemplate Gets or sets template for the parent device acronym used to group associated output measurements.
Public propertyPerAdapterInputCount Gets number of input measurement required by each adapter. If value is not constant, use CurrentAdapterIndex to determine input count for adapter at current index.
Public propertyPerAdapterOutputNames Gets output measurement names to use for each adapter.
Public propertyPerformTimestampReasonabilityCheck Gets or sets flag that determines if timestamp reasonability checks should be performed on incoming measurements (i.e., measurement timestamps are compared to system clock for reasonability using LeadTime tolerance).
Public propertyPointTagTemplate Gets or sets template for output measurement point tag names.
Public propertyProcessedMeasurements Gets the total number of measurements processed thus far by each IAdapter implementation in the AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public propertyProcessingInterval Gets or sets the desired processing interval, in milliseconds, for the adapter collection and applies this interval to each adapter.
(Inherited from AdapterCollectionBase<T>)
Public propertyRequestedInputMeasurementKeys Gets or sets input measurement keys that are requested by other adapters based on what adapter says it can provide.
(Inherited from AdapterCollectionBase<T>)
Public propertyRequestedOutputMeasurementKeys Gets or sets output measurement keys that are requested by other adapters based on what adapter says it can provide.
(Inherited from AdapterCollectionBase<T>)
Public propertyRespectInputDemands Gets or sets flag indicating if action adapter should respect auto-start requests based on input demands.
(Inherited from ActionAdapterCollection)
Public propertyRespectOutputDemands Gets or sets flag indicating if action adapter should respect auto-start requests based on output demands.
(Inherited from ActionAdapterCollection)
Public propertyRunTime Gets the total amount of time, in seconds, that the adapter has been active.
(Inherited from AdapterCollectionBase<T>)
Public propertySettings Gets settings Dictionary<TKey, TValue> parsed when ConnectionString was assigned.
(Inherited from AdapterCollectionBase<T>)
Public propertySignalReferenceTemplate Gets or sets template for output measurement signal reference names.
Public propertySignalType Gets or sets default signal type to use for all output measurements when SignalTypes array is not defined.
Public propertySignalTypes Gets per adapter signal type for output measurements, used when each output needs to be a different type.
Public propertySourceMeasurementTable Gets or sets the source measurement table to use for configuration.
Public propertyStartTime Gets the UTC time this AdapterCollectionBase<T> was started.
(Inherited from AdapterCollectionBase<T>)
Public propertyStartTimeConstraint Gets the start time temporal processing constraint defined by call to SetTemporalConstraint(String, String, String).
(Inherited from AdapterCollectionBase<T>)
Public propertyStatus Returns the detailed status of the IndependentActionAdapterManagerBase<TAdapter>.
(Overrides ActionAdapterCollection.Status)
Public propertyStopTime Gets the UTC time this AdapterCollectionBase<T> was stopped.
(Inherited from AdapterCollectionBase<T>)
Public propertyStopTimeConstraint Gets the stop time temporal processing constraint defined by call to SetTemporalConstraint(String, String, String).
(Inherited from AdapterCollectionBase<T>)
Public propertySupportsTemporalProcessing Gets the flag indicating if this adapter collection supports temporal processing.
(Inherited from AdapterCollectionBase<T>)
Public propertyTargetHistorianAcronym Gets or sets the target historian acronym for output measurements.
Public propertyUseLocalClockAsRealTime Gets or sets flag that determines whether or not to use the local clock time as real-time.
Top
Methods
 NameDescription
Public methodAdd Adds an item to the ICollection<T>.
(Inherited from ListCollection<T>)
Public methodClear Removes all items from the ICollection<T>.
(Inherited from ListCollection<T>)
Protected methodClearItems Removes all elements from the Collection<T>.
(Inherited from AdapterCollectionBase<T>)
Public methodConfigurationReloaded Notifies derived classes that configuration has been reloaded
Public methodContains Determines whether the ICollection<T> contains a specific value.
(Inherited from ListCollection<T>)
Public methodCopyTo Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ListCollection<T>)
Public methodDispose() Releases all the resources used by the AdapterCollectionBase<T> object.
(Inherited from AdapterCollectionBase<T>)
Protected methodDispose(Boolean) Releases the unmanaged resources used by the IndependentActionAdapterManagerBase<TAdapter> object and optionally releases the managed resources.
(Overrides AdapterCollectionBase<T>.Dispose(Boolean))
Protected methodDisposeItem Unwires events and disposes of IActionAdapter implementation.
(Inherited from ActionAdapterCollection)
Public methodEnumerateAdapters Enumerates child adapters.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases the unmanaged resources before the AdapterCollectionBase<T> object is reclaimed by GC.
(Inherited from AdapterCollectionBase<T>)
Public methodGetAdapterStatus Gets subscriber information for specified client connection.
Public methodGetConfiguredConnection Gets configured database connection.
Public methodGetEnumerator Returns an enumerator that iterates through the Collection<T>.
(Inherited from ListCollection<T>)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetShortStatus Gets a short one-line status of this IndependentActionAdapterManagerBase<TAdapter>.
(Overrides AdapterCollectionBase<T>.GetShortStatus(Int32))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf Determines the index of a specific item in the IList<T>.
(Inherited from ListCollection<T>)
Public methodInitialize Initializes the IndependentActionAdapterManagerBase<TAdapter>.
(Overrides ActionAdapterCollection.Initialize())
Protected methodInitializeChildAdapterManagement Initializes management operations for child adapters based on inputs. Derived classes should override ParseConnectionString() and call this method when AutoReparseConnectionString is true (the default).
Protected methodInitializeItem Wires events and initializes new IActionAdapter implementation.
(Inherited from ActionAdapterCollection)
Public methodInsert Inserts an item to the IList<T> at the specified index.
(Inherited from ListCollection<T>)
Protected methodInsertItem Inserts an element into the Collection<T> the specified index.
(Inherited from AdapterCollectionBase<T>)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnConfigurationChanged Raises ConfigurationChanged event.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnDiscardingMeasurements Raises the DiscardingMeasurements event.
(Inherited from ActionAdapterCollection)
Protected methodOnInputMeasurementKeysUpdated Raises InputMeasurementKeysUpdated event.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnNewMeasurements(ICollection<IMeasurement>) Raises the NewMeasurements event.
(Inherited from ActionAdapterCollection)
Protected methodOnNewMeasurements(Object, EventArgs<ICollection<IMeasurement>>) Raises the NewMeasurements event.
(Inherited from ActionAdapterCollection)
Protected methodOnOutputMeasurementsUpdated Raises OutputMeasurementsUpdated event.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnProcessException(Exception)Obsolete.
Raises the ProcessException event.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnProcessException(MessageLevel, Exception, String, MessageFlags) Raises the ProcessException event.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnRequestTemporalSupport Raises RequestTemporalSupport event.
(Inherited from ActionAdapterCollection)
Protected methodOnStatusMessage(String)Obsolete.
Raises the StatusMessage event.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnStatusMessage(String, Object[])Obsolete.
Raises the StatusMessage event with a formatted status message.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnStatusMessage(MessageLevel, String, String, MessageFlags) Raises the StatusMessage event and sends this data to the Logger.
(Inherited from AdapterCollectionBase<T>)
Protected methodOnUnpublishedSamples Raises the UnpublishedSamples event.
(Inherited from ActionAdapterCollection)
Public methodParseConnectionString Parses connection string. Derived classes should override for custom connection string parsing and call the InitializeChildAdapterManagement(MeasurementKey[]) method when AutoReparseConnectionString is true (the default).
Public methodQueueMeasurementsForProcessing Queues a collection of measurements for processing to each IActionAdapter connected to this IndependentActionAdapterManagerBase<TAdapter>.
(Overrides ActionAdapterCollection.QueueMeasurementsForProcessing(IEnumerable<IMeasurement>))
Public methodRecalculateRoutingTables Recalculates routing tables.
Public methodRemove Removes the first occurrence of a specific object from the ICollection<T>.
(Inherited from ListCollection<T>)
Public methodRemoveAt Removes the element at the specified index of the Collection<T>.
(Inherited from ListCollection<T>)
Protected methodRemoveItem Removes the element at the specified index of the Collection<T>.
(Inherited from AdapterCollectionBase<T>)
Public methodResetStatistics Resets the statistics of this collection.
(Inherited from AdapterCollectionBase<T>)
Protected methodSetItem Assigns a new element to the Collection<T> at the specified index.
(Inherited from AdapterCollectionBase<T>)
Public methodSetTemporalConstraint Defines a temporal processing constraint for the adapter collection and applies this constraint to each adapter.
(Inherited from AdapterCollectionBase<T>)
Public methodStart Starts, or restarts, each IAdapter implementation in this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public methodStop Stops each IAdapter implementation in this AdapterCollectionBase<T>.
(Inherited from AdapterCollectionBase<T>)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryCreateAdapter Attempts to create an IAdapter from the specified DataRow.
(Inherited from AdapterCollectionBase<T>)
Protected methodTryGetAdapter<TValue> Attempts to get the adapter with the specified value given testItem function.
(Inherited from AdapterCollectionBase<T>)
Public methodTryGetAdapterByID Attempts to get the adapter with the specified id.
(Inherited from AdapterCollectionBase<T>)
Public methodTryGetAdapterByName Attempts to get the adapter with the specified name.
(Inherited from AdapterCollectionBase<T>)
Public methodTryInitializeAdapterByID Attempts to initialize (or reinitialize) an individual IAdapter based on its ID.
(Inherited from AdapterCollectionBase<T>)
Protected methodValidateEvenInputCount Validates that an even number of inputs are provided for specified PerAdapterInputCount.
Top
Events
 NameDescription
Public eventConfigurationChanged Event is raised when adapter is aware of a configuration change.
(Inherited from AdapterCollectionBase<T>)
Public eventDiscardingMeasurements This event is raised if there are any measurements being discarded during the sorting process.
(Inherited from ActionAdapterCollection)
Public eventDisposed Event is raised when this AdapterCollectionBase<T> is disposed or an IAdapter in the collection is disposed.
(Inherited from AdapterCollectionBase<T>)
Public eventInputMeasurementKeysUpdated Event is raised when InputMeasurementKeys are updated.
(Inherited from AdapterCollectionBase<T>)
Public eventNewMeasurements This event will be raised when there are new measurements available from the action adapter.
(Inherited from ActionAdapterCollection)
Public eventOutputMeasurementsUpdated Event is raised when OutputMeasurements are updated.
(Inherited from AdapterCollectionBase<T>)
Public eventProcessException Event is raised when there is an exception encountered while processing.
(Inherited from AdapterCollectionBase<T>)
Public eventRequestTemporalSupport Event is raised when temporal support is requested.
(Inherited from ActionAdapterCollection)
Public eventStatusMessage Provides status messages to consumer.
(Inherited from AdapterCollectionBase<T>)
Public eventUnpublishedSamples This event is raised every five seconds allowing consumer to track current number of unpublished seconds of data in the queue.
(Inherited from ActionAdapterCollection)
Top
Fields
 NameDescription
Public fieldStatic memberDefaultFramesPerSecond Defines the default value for the FramesPerSecond.
Public fieldStatic memberDefaultLagTime Defines the default value for the LagTime.
Public fieldStatic memberDefaultLeadTime Defines the default value for the LeadTime.
Public fieldStatic memberDefaultPerformTimestampReasonabilityCheck Defines the default value for the PerformTimestampReasonabilityCheck.
Public fieldStatic memberDefaultUseLocalClockAsRealTime Defines the default value for the UseLocalClockAsRealTime.
Top
Extension Methods
 NameDescription
Public Extension MethodAddRange<IAdapter> Adds the specified items to the collection.
(Defined by CollectionExtensions)
Public Extension MethodAllParallel<IAdapter> Determines whether all elements of a sequence satisfy a condition with each item being tested in parallel.
(Defined by CollectionExtensions)
Public Extension MethodDistinctBy<IAdapter, TKey> Returns only the elements whose keys are distinct.
(Defined by CollectionExtensions)
Public Extension MethodFindAdapter Finds child adapter with specified adapterName.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetMeasurementRecord Gets measurement record, creating it if needed.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodGetMeasurementRecord Gets measurement record, creating it if needed.
(Defined by MetadataHelpers)
Public Extension MethodGetParentDevice Gets ID of parent device, creating or updating record if needed, for the current IAdapter instance.
(Defined by MetadataHelpers)
Public Extension MethodGetRange<IAdapter> Returns elements in the specified range from the collection.
(Defined by CollectionExtensions)
Public Extension MethodIndexOf<IAdapter> Returns the index of the first element of the sequence that satisfies a condition or -1 if no such element is found.
(Defined by CollectionExtensions)
Public Extension MethodInputMeasurementKeys Returns the MeasurementKey values of the IAdapter input measurements.
(Defined by IAdapterExtensions)
Public Extension MethodInputMeasurementKeys<IAdapter> Gets a distinct list of input measurement keys for all of the provided adapters.
(Defined by IAdapterExtensions)
Public Extension MethodLoadDelimitedString<IAdapter>Appends items parsed from delimited string, created with ToDelimitedString, using the default delimiter ("|") into the given list.
(Defined by CollectionExtensions)
Public Extension MethodLoadDelimitedString<IAdapter>Appends items parsed from delimited string, created with ToDelimitedString, into the given list.
(Defined by CollectionExtensions)
Public Extension MethodLoadDelimitedString<IAdapter>Appends items parsed from delimited string, created with ToDelimitedString, into the given list.
(Defined by CollectionExtensions)
Public Extension MethodLookupDevice Lookups up associated device name from provided signalID.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodLookupDevice Looks up associated device acronym and ID from provided signalID.
(Defined by MetadataHelpers)
Public Extension MethodLookupMeasurementKey Looks up or creates measurement key based on provided signalID.
(Defined by MetadataHelpers)
Public Extension MethodLookupPhasorLabel Lookups up associated phasor label from provided signalID.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodLookupPointTag Lookups up point tag name from provided signalID.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodLookupPointTag Looks up point tag name from provided signalID.
(Defined by MetadataHelpers)
Public Extension MethodLookupSignalReference Looks up signal reference from provided signalID.
(Defined by MetadataHelpers)
Public Extension MethodMajority<IAdapter> Returns the majority value in the collection, or default type value if no item represents the majority.
(Defined by CollectionExtensions)
Public Extension MethodMajority<IAdapter> Returns the majority value in the collection, or defaultValue if no item represents the majority.
(Defined by CollectionExtensions)
Public Extension MethodMajorityBy<IAdapter, TKey> Returns the majority value in the collection, or default type value if no item represents the majority.
(Defined by CollectionExtensions)
Public Extension MethodMajorityBy<IAdapter, TKey> Returns the majority value in the collection, or defaultValue if no item represents the majority.
(Defined by CollectionExtensions)
Public Extension MethodMax<IAdapter>Returns the largest item from the enumeration.
(Defined by CollectionExtensions)
Public Extension MethodMax<IAdapter>Returns the largest item from the enumeration.
(Defined by CollectionExtensions)
Public Extension MethodMaxBy<IAdapter, TKey>Selects the largest item from the enumeration.
(Defined by CollectionExtensions)
Public Extension MethodMedian<IAdapter> Gets the median item(s) from an enumeration, i.e., one return item for odd lengths, two for even lengths.
(Defined by CollectionExtensions)
Public Extension MethodMiddle<IAdapter> Gets the middle item(s) from an enumeration, i.e., one return item for odd lengths, two for even lengths.
(Defined by CollectionExtensions)
Public Extension MethodMin<IAdapter>Returns the smallest item from the enumeration.
(Defined by CollectionExtensions)
Public Extension MethodMin<IAdapter>Returns the smallest item from the enumeration.
(Defined by CollectionExtensions)
Public Extension MethodMinBy<IAdapter, TKey>Selects the smallest item from the enumeration.
(Defined by CollectionExtensions)
Public Extension MethodMinority<IAdapter> Returns the minority value in the collection, or default type value if no item represents the minority.
(Defined by CollectionExtensions)
Public Extension MethodMinority<IAdapter> Returns the minority value in the collection, or defaultValue if no item represents the minority.
(Defined by CollectionExtensions)
Public Extension MethodMinorityBy<IAdapter, TKey> Returns the minority value in the collection, or default type value if no item represents the majority.
(Defined by CollectionExtensions)
Public Extension MethodMinorityBy<IAdapter, TKey> Returns the minority value in the collection, or defaultValue if no item represents the majority.
(Defined by CollectionExtensions)
Public Extension MethodOnConfigurationChanged Notifies host system of configuration changes.
(Defined by MetadataHelpers)
Public Extension MethodOutputMeasurementKeys Returns the MeasurementKey values of the IAdapter output measurements.
(Defined by IAdapterExtensions)
Public Extension MethodOutputMeasurementKeys<IAdapter> Gets a distinct list of output measurement keys for all of the provided adapters.
(Defined by IAdapterExtensions)
Public Extension MethodPointTagExists Determines if pointTag exists in local configuration.
(Defined by MetadataHelpers)
Public Extension MethodScramble<IAdapter> Rearranges all the elements in the list into a highly-random order.
(Defined by CollectionExtensions)
Public Extension MethodScramble<IAdapter> Rearranges all the elements in the list into a repeatable pseudo-random order.
(Defined by CollectionExtensions)
Public Extension MethodSignalIDExists Determines if signalID exists in local configuration.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodSignalIDExists Determines if signalID exists in local configuration.
(Defined by MetadataHelpers)
Public Extension MethodSignalReferenceExists Determines if signalReference exists in local configuration.
(Defined by MetadataHelpers)
Public Extension MethodStandardDeviation<IAdapter> Computes the standard deviation over a sequence of Double values.
(Defined by NumericalAnalysisExtensions)
Public Extension MethodStandardDeviation<IAdapter> Computes the standard deviation over a sequence of Decimal values.
(Defined by NumericalAnalysisExtensions)
Public Extension MethodStandardDeviation<IAdapter> Computes the standard deviation over a sequence of Single values.
(Defined by NumericalAnalysisExtensions)
Public Extension MethodTemporalConstraintIsDefined Returns true if IAdapter has a temporal constraint defined, i.e., either StartTimeConstraint or StopTimeConstraint is not set to its default value.
(Defined by IAdapterExtensions)
Public Extension MethodToDelimitedString<IAdapter>Converts an enumeration to a string, using the default delimiter ("|") that can later be converted back to a list using LoadDelimitedString.
(Defined by CollectionExtensions)
Public Extension MethodToDelimitedString<IAdapter>Converts an enumeration to a string that can later be converted back to a list using LoadDelimitedString.
(Defined by CollectionExtensions)
Public Extension MethodToDelimitedString<IAdapter>Converts an enumeration to a string that can later be converted back to a list using LoadDelimitedString.
(Defined by CollectionExtensions)
Public Extension MethodToPagedList<IAdapter> Gets a PagedList<T> to paginate source enumeration for a given page and specified pageSize.
(Defined by CollectionExtensions)
Public Extension MethodUnscramble<IAdapter> Rearranges all the elements in the list previously scrambled with Scramble<TSource> (IList<TSource> , Int32) back into their original order.
(Defined by CollectionExtensions)
Public Extension MethodUpdateRange<IAdapter> Updates collection starting at the index with the specified items.
(Defined by CollectionExtensions)
Public Extension MethodWaitForSignalsToLoad Waits for signalIDs to be loaded in system configuration.
(Defined by IndependentAdapterManagerExtensions)
Public Extension MethodWaitForSignalsToLoad Waits for signalIDs to be loaded in system configuration.
(Defined by MetadataHelpers)
Top
See Also