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

AF SDK Reference

AFAnalysisRuleOutputDefinition Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFAnalysisRuleOutputDefinition Class
Defines an output from an AFAnalysisRule.

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.AnalysisAFAnalysisRuleOutputDefinition

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

Syntax

public sealed class AFAnalysisRuleOutputDefinition
Public NotInheritable Class AFAnalysisRuleOutputDefinition

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

The AFAnalysisRuleOutputDefinition type exposes the following members.

Constructors

Properties

  NameDescription
Public property
Description
A description for the user of how the variable will be used.
Public property
DisplayName
The name of the variable that will be shown to users.
Public property
IsMappingConfigurable
True if the mapping configuration can be modified for this variable
Public property
Name
The name of the variable.
Public property
OutputType
The type of output defined by the AFAnalysisRule.

Methods

  NameDescription
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
Resolve
Attempts to tie the output to a particular item in the hierarchy based on a target and AFVariableMap configuration.
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Remarks

AFAnalysisRuleOutputDefinition instances are created by the AFAnalysisRule implementer in AFAnalysisRule.DefineVariables(AFAnalysisRuleVariableDefinitions) and added to the Outputs collection. The caller can use the AFAnalysisOutputDefinition to determine what needs to be configured.

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