List of RecordLockingConflict methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
{{Template:List of RecordLockingConflict methods}} | |||
{{Template: | |||
==See also== | ==See also== | ||
<table class="list"><tr> | <table class="list"><tr> | ||
Revision as of 19:04, 10 May 2011
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 |