AFVersion Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFVersion type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this instance with a specified Object.
| |
| Create |
Creates a new version of an object at the specified effective date.
| |
| Delete |
Removes the object version from the owner object.
| |
| Equals |
Determines whether the specified Object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| FindVersion |
Gets a version of the owning object by query date and retrieval type.
| |
| FindVersions |
Gets all the versions of the owning object.
| |
| GetChildren |
Gets the list of all objects owned by the specific version of the owner object
without regard to the query date.
| |
| 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.) | |
| GetParents |
Gets the list of all parent objects of the owner object without regard to the query date.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LatestVersion |
Gets the latest version of the owning object.
| |
| NextVersion |
Gets the next version of the owning object.
| |
| PreviousVersion |
Gets the previous version of the owning object.
| |
| SetEffectiveDate |
Set the effective date for this version of the owning object.
| |
| SetObsoleteDate |
Set the obsolete date for this version of the owning object.
| |
| ToString |
Returns a String that represents the current object.
(Overrides ObjectToString.) |