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)
Line 6: Line 6:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<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">[[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">[[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">[[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 function)|UserID]]</td><td valign="top">User ID (login name) of the user 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 function)|UserNumber]]</td><td valign="top">User number 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>
</table>
</div>
</div>

Revision as of 20:19, 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