Click or drag to resize

StorageMethods Enumeration

Defines flags that determine the how the data is stored in a series instance.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.282-beta
Syntax
[FlagsAttribute]
public enum StorageMethods
Members
Member nameValueDescription
Values1 Straight array of data points.
Scaled2 Data values are scaled.
Increment4 Start, count, and increment are stored and the series is recreated from those values.

The StorageMethods type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also