Template:List of RecordLockingConflict methods
The following are the available RecordLockingConflict class methods.
Method | Description |
---|---|
ConflictTimeMilliseconds | Time that the conflict occurred |
ConflictingLockStrength | Lock strength of conflicting lock |
ConflictingRecordLockType | Lock type of conflicting lock |
Copy | Copy the RecordLockingConflict object |
DeepCopy | Deep copy the RecordLockingConflict object |
Filename | Name of the file in which last record locking conflict occurred |
LockTimeMilliseconds | Time that the conflicting record was locked |
LockingUserNumber | User number of the user that locked the conflicting record |
New | Create a new RecordLockingConflict object |
NewFromLastConflict | Create object from current conflict information |
RecordNumber | Record number of the record that has the conflict |
UserID | User ID (login name) of the user that has the conflict |
UserNumber | User number of the user that has the conflict |