List of RecordLockingConflict methods: Difference between revisions
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 | ||
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"> | |||
<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> | |||
<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 function)|RecordNumber]]</td><td valign="top">Record number of the record that has the conflict</td></tr> | ||
<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> | |||
<tr><td valign="top">[[UserNumber (RecordLockingConflict function)|UserNumber]]</td><td valign="top">User number of the user that has the conflict</td></tr> | |||
</table> | |||
</ | |||
[[ | |||
</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.
Method | Description |
---|---|
Filename | Name of the file in which last record locking conflict occurred |
New | Create a new RecordLockingConflict object |
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 |