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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFPathFilter Structure

AFPathFilter Structure
A filter to restrict the objects found from a path.

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

Syntax

[SerializableAttribute]
public struct AFPathFilter : IEquatable<AFPathFilter>
<SerializableAttribute>
Public Structure AFPathFilter
	Implements IEquatable(Of AFPathFilter)

Dim instance As AFPathFilter
[SerializableAttribute]
public value class AFPathFilter : IEquatable<AFPathFilter>
[<SealedAttribute>]
[<SerializableAttribute>]
type AFPathFilter =  
    struct
        interface IEquatable<AFPathFilter>
    end

The AFPathFilter type exposes the following members.

Properties

  NameDescription
Public property
Expression
The filter expression.
Public property
Index
The zero-based index of the desired object within the returned collection.
Public property
Type
The filter type.

Methods

  NameDescription
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Overrides ValueType.Equals(Object).)
Public method
Equals(AFPathFilter)
Indicates whether the current object is equal to another object of the same type.
Public method
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 ValueType.GetHashCode().)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
ToString
Returns a String that represents the current object.
(Overrides ValueType.ToString().)

Operators

  NameDescription
Public operatorStatic member
Equality
The equality operator (==) compares its operands to determine if they are equal.
Public operatorStatic member
Inequality
The inequality operator (!=) compares its operands to determine if they are not equal.

Fields

  NameDescription
Public fieldStatic member
Empty
Represents an empty path filter.

Remarks

The AFPathToken contains a list of filters that are used to restrict the objects found when searching for an object.

Version Information

AFSDK

Supported in: 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

Was this topic helpful?