List of RecordLockingConflict methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<!-- 1C'??'RecordLockingConflict'* * --> <div class="showVisit"> The following are the available RecordLockingConflict exception class methods...")
 
m (Automatically generated page update)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!--
<!-- This page was automatically generated and will be automatically
1C'??'RecordLockingConflict'* *
    replaced, so any manual edits will be lost. You've been warned. -->
-->
{{Template:List of RecordLockingConflict methods}}
==See also==
<div class="showVisit">
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
The following are the available [[RecordLockingConflict class|RecordLockingConflict]] exception class methods.
<li>[[RecordLockingConflict class]]
</ul></td>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<td valign="top"><ul style="margin-top:0px;">
<dpl>
<li>[[RecordLockingConflict methods syntax]]
category = RecordLockingConflict_methods
</ul></td>
include = dpl_desc
</tr>
table =,Method,Description
</table>
</dpl>
[[Category:Lists of methods]]
[[Category:RecordLockingConflict methods]]
</div>

Latest revision as of 18:09, 7 August 2012


The following are the available RecordLockingConflict class methods.

MethodDescription
ConflictTimeMillisecondsTime that the conflict occurred
ConflictingLockStrengthLock strength of conflicting lock
ConflictingRecordLockTypeLock type of conflicting lock
CopyCopy the RecordLockingConflict object
DeepCopyDeep copy the RecordLockingConflict object
FilenameName of the file in which last record locking conflict occurred
LockTimeMillisecondsTime that the conflicting record was locked
LockingUserNumberUser number of the user that locked the conflicting record
NewCreate a new RecordLockingConflict object
NewFromLastConflictCreate object from current conflict information
RecordNumberRecord number of the record that has the conflict
UserIDUser ID (login name) of the user that has the conflict
UserNumberUser number of the user that has the conflict

See also