Click or drag to resize
Grid Solutions Framework

CsvInputAdapterSignalIDPublishOrder Property

Gets a read-only mapping of measurement signal ID to zero-based publish order index.

Namespace: CSVAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntax
protected ReadOnlyDictionary<Guid, int> SignalIDPublishOrder { get; }
View Source

Property Value

ReadOnlyDictionaryGuid, Int32
Remarks
This excludes the timestamp column mapping and all indexes are normalized to zero-based index sequential to match publication order.
See Also