List of RecordLockingConflict methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Protected "List of RecordLockingConflict methods" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
m (Automatically generated page update)
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. -->
-->
The following are the available [[RecordLockingConflict class]] methods.
{{Template:Method list header|class=RecordLockingConflict}}
<div class="showVisit">
<div class="showVisit">
<table class="wikitable">
The following are the available [[RecordLockingConflict class|RecordLockingConflict]] exception class methods.
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Filename (RecordLockingConflict function)|Filename]]</td><td valign="top">Name of the file in which last record locking conflict occurred</td></tr>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<tr><td valign="top">[[New (RecordLockingConflict constructor)|New]]</td><td valign="top">Create a new RecordLockingConflict object</td></tr>
<dpl>
<tr><td valign="top">[[RecordNumber (RecordLockingConflict function)|RecordNumber]]</td><td valign="top">Record number of the record that has the conflict</td></tr>
category = RecordLockingConflict_methods
<tr><td valign="top">[[UserID (RecordLockingConflict function)|UserID]]</td><td valign="top">User ID (login name) of the user that has the conflict</td></tr>
include = dpl_desc
<tr><td valign="top">[[UserNumber (RecordLockingConflict function)|UserNumber]]</td><td valign="top">User number of the user that has the conflict</td></tr>
table =,Method,Description
</table>
</dpl>
[[Category:RecordLockingConflict methods]]
</div>
</div>
==See also==
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
<li>[[RecordLockingConflict class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[RecordLockingConflict methods syntax]]
</ul></td>
</tr>
</table>

Revision as of 19:51, 25 March 2011

The following are the available RecordLockingConflict class methods.

MethodDescription
FilenameName of the file in which last record locking conflict occurred
NewCreate a new RecordLockingConflict object
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