IAFTransactable Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The IAFTransactable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CheckOutInfo |
This read-only property returns the checked out status information for the object.
| |
| CreationDate |
This read-only property returns the time when the object was first created.
| |
| IsDirty |
Indicates whether the object or one of its sub-objects have been
modified since the last save in to persistent storage.
| |
| IsNew |
Indicates whether the object is new and has never been saved to persistent storage.
| |
| IsSystemDefined |
Indicates if the IAFTransactable object is system defined.
| |
| ModifyDate |
This read-only property returns the time when the object's configuration was last modified.
| |
| RevisionNumber |
This read-only property returns the change revision number of the object.
|