AFAnalysisRuleResolvedInput Class
- Last UpdatedNov 18, 2025
- 4 minute read
- PI System
- AF SDK 2024 R2
- Developer
Class for exposing the input that will be used in calculation
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFAnalysisRuleResolvedInput
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
| Name | Description | |
|---|---|---|
| Attribute |
This read-only property returns the IAFAttribute (if any) that this input is mapped to.
| |
| AttributeList |
This read-only property returns an IListT that this input maps to.
| |
| Description |
This read-only property returns the description provided for this input to show to a user.
| |
| DisplayName |
This read-only property returns the display name provided for the input to show to a user.
| |
| InputRange |
This read-only property returns the AFAnalysisInputRange the input was defined with.
| |
| InputType |
This read-only property returns the AFAnalysisInputType the input was defined with.
| |
| IsSettable |
True if the value of this input can be set (e.g. by a parent AFAnalysisRule).
| |
| MappedPath |
This read-only property returns the path used to resolve the input to an item.
| |
| MappedResolvedPath |
This read-only property returns the resolved path of a resolved input
| |
| Name |
This read-only property returns the name defined for the input.
| |
| ResolutionFailed |
This read-only property returns true if the input type expects to resolve to an item but nothing was resolved.
| |
| Target |
This read-only property returns the AFObject (if any) that this input maps to.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |