List of RecordLockingConflict methods: Difference between revisions
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 | <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 | <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 | <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 | <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.
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 |