List of RecordLockingConflict methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
 
(One intermediate revision by the same user not shown)
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. -->
The following are the available [[RecordLockingConflict class]] methods.
{{Template:List of RecordLockingConflict methods}}
{{Template:Method list header|class=RecordLockingConflict}}
<div class="showVisit">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Filename (RecordLockingConflict property)|Filename]]</td><td valign="top">Name of the file in which last record locking conflict occurred</td></tr>
<tr><td valign="top">[[New (RecordLockingConflict constructor)|New]]</td><td valign="top">Create a new RecordLockingConflict object</td></tr>
<tr><td valign="top">[[RecordNumber (RecordLockingConflict property)|RecordNumber]]</td><td valign="top">Record number of the record that has the conflict</td></tr>
<tr><td valign="top">[[UserID (RecordLockingConflict property)|UserID]]</td><td valign="top">User ID (login name) of the user that has the conflict</td></tr>
<tr><td valign="top">[[UserNumber (RecordLockingConflict property)|UserNumber]]</td><td valign="top">User number of the user that has the conflict</td></tr>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 23: Line 12:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

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