AFAnalysisService.RuntimeFieldValue Class
- Last UpdatedNov 18, 2025
- 4 minute read
- PI System
- AF SDK 2024 R2
- Developer
Encapsulates values that are retrieved by QueryRuntimeInformation(String, String) or QueryRuntimeInformationTObject(String, String, FuncIListAFAnalysisServiceRuntimeFieldValue, TObject) for
a simple conversion into the appropriate types for the respective fields.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFAnalysisServiceRuntimeFieldValue
OSIsoft.AF.AnalysisAFAnalysisServiceRuntimeFieldValue
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public class RuntimeFieldValue : IEquatable<AFAnalysisServiceRuntimeFieldValue>
Public Class RuntimeFieldValue Implements IEquatable(Of AFAnalysisServiceRuntimeFieldValue) Dim instance As AFAnalysisService.RuntimeFieldValue
public ref class RuntimeFieldValue : IEquatable<AFAnalysisServiceRuntimeFieldValue^>
type RuntimeFieldValue = class interface IEquatable<AFAnalysisServiceRuntimeFieldValue> end
The AFAnalysisServiceRuntimeFieldValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFAnalysisServiceRuntimeFieldValue |
Constructs an instance of AFAnalysisServiceRuntimeFieldValue class. value is wrapped
and returned as is by both implicit and explicit string conversion.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| Equals(AFAnalysisServiceRuntimeFieldValue) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToObjectT |
Converts the value to an object of the specified type or throw exception on error.
| |
| ToObjectT(T) |
Converts the value to an object of the specified type or the specified default value.
| |
| ToString |
Returns a String that represents the current object.
(Overrides ObjectToString.) |
Operators
| Name | Description | |
|---|---|---|
| (AFAnalysisServiceRuntimeFieldValue to Guid) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Guid. Only supported for .NET 4 version of SDK.
| |
| (AFAnalysisServiceRuntimeFieldValue to Double) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Double.
| |
| (AFAnalysisServiceRuntimeFieldValue to AFTime) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to AFTime.
| |
| (AFAnalysisServiceRuntimeFieldValue to Int32) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Int32.
| |
| (AFAnalysisServiceRuntimeFieldValue to Int64) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Int64.
| |
| (AFAnalysisServiceRuntimeFieldValue to String) |
Performs an implicit conversion from AFAnalysisServiceRuntimeFieldValue to String by essentially returning
the wrapped value the object was constructed with.
|