Represents an ordered set of ValidatedDetailedParameterValue.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class ValidatedAssociatedParameterSetValue : IEnumerable<ValidatedDetailedParameterValue>, IEnumerable |
Visual Basic |
---|
Public Class ValidatedAssociatedParameterSetValue _ Implements IEnumerable(Of ValidatedDetailedParameterValue), IEnumerable |
Remarks
A client application may have a need to retain the ID of a ParameterValue between executions of the client application. This may be necessary for restoring the user's preferred statistic display, for instance. It is possible for the display text and description for a ParameterValue to change while the client is offline, or for the ParameterValue to be removed altogether. For this reason, the client will need to validate the details of the ParameterValue when restoring the display.
The three things that the client is interested in are:
- The combination of parameter values is still valid.
- The individual parameter values still exist.
- Retrieve updated display information for each parameter value.
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Statistics..::..ValidatedAssociatedParameterSetValue
ININ.IceLib.Statistics..::..ValidatedAssociatedParameterSetValue
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.