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

AF SDK Reference

AFAnalysisRuleResolvedInput Class

  • Last UpdatedNov 18, 2025
  • 4 minute read
AFAnalysisRuleResolvedInput Class
Class for exposing the input that will be used in calculation

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.AnalysisAFAnalysisRuleResolvedInput

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

Syntax

public sealed class AFAnalysisRuleResolvedInput
Public NotInheritable Class AFAnalysisRuleResolvedInput

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

The AFAnalysisRuleResolvedInput type exposes the following members.

Properties

  NameDescription
Public property
Attribute
This read-only property returns the IAFAttribute (if any) that this input is mapped to.
Public property
AttributeList
This read-only property returns an IListT that this input maps to.
Public property
Description
This read-only property returns the description provided for this input to show to a user.
Public property
DisplayName
This read-only property returns the display name provided for the input to show to a user.
Public property
InputRange
This read-only property returns the AFAnalysisInputRange the input was defined with.
Public property
InputType
This read-only property returns the AFAnalysisInputType the input was defined with.
Public property
IsSettable
True if the value of this input can be set (e.g. by a parent AFAnalysisRule).
Public property
MappedPath
This read-only property returns the path used to resolve the input to an item.
Public property
MappedResolvedPath
This read-only property returns the resolved path of a resolved input
Public property
Name
This read-only property returns the name defined for the input.
Public property
ResolutionFailed
This read-only property returns true if the input type expects to resolve to an item but nothing was resolved.
Public property
Target
This read-only property returns the AFObject (if any) that this input maps to.

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
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