Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRuleConfiguration Class

  • Last UpdatedNov 18, 2025
  • 4 minute read
AFAnalysisRuleConfiguration Class
The AFAnalysisRuleConfiguration object is populated by an analysis rule to describe the inputs and outputs the analysis rule needs to run.

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.AnalysisAFAnalysisRuleConfiguration

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public sealed class AFAnalysisRuleConfiguration
Public NotInheritable Class AFAnalysisRuleConfiguration

Dim instance As AFAnalysisRuleConfiguration
public ref class AFAnalysisRuleConfiguration sealed
[<SealedAttribute>]
type AFAnalysisRuleConfiguration =  class end

The AFAnalysisRuleConfiguration type exposes the following members.

Properties

  NameDescription
Public property
AnalysisRule
The AFAnalysisRule this configuration was done against.
Public property
ChildAnalysisRuleConfiguration
A list of the configuration of child analysis rules to use in configuring the specified analysis rule.
Public property
ConfigurationExceptions
A collection of configuration exceptions reported by the AFAnalysisRule during initialization.
Public property
HasExceptions
True if the analysis rule reported any configuration exceptions.
Public property
IsValid
Returns true if the analysis rule can be run
Public property
PrivateData
A location for a stateful AFAnalysisRule to store its initialized instance-specific data.
Public property
ReferencedObjects
Gets the AFObjects that are relevant for the evaluation of the AFAnalysisRule. Changes to these objects might invalidate this AFAnalysisRuleConfiguration.
Public property
ResolvedInputs
A read-only list of inputs defined.
Public property
ResolvedOutputs
A read-only list of outputs defined.
Public property
Target
The target that the AFAnalysisRule should configure itself against.

Methods

  NameDescription
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetAllReferencedObjects
Gets referenced objects for this AFAnalysisRule and all descendant rules.
Public method
GetAllResolvedInputs
Gets all defined inputs for this AFAnalysisRule and all descendant rules.
Public method
GetAllResolvedOutputs
Gets all defined outputs for this AFAnalysisRule and all descendant rules.
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetInputs
Gets inputs for this AFAnalysisRule and all descendant rules.
Public method
GetOutputs
Gets outputs for this AFAnalysisRule and all descendant rules.
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic member
ResolveConfiguration
Initializes the analysis rule configuration AFAnalysisRuleConfiguration objects from the specified variable definitions.
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6

See Also

TitleResults for “How to create a CRG?”Also Available in