New (RecordLockingConflict constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:RecordLockingConflict:New subtitle}}
#REDIRECT [[RecordLockingConflict class#New constructor|New constructor]]


Each argument to <var>New</var> sets the value of the corresponding property of the newly constructed <var>RecordLockingConflict</var> object.
[[Category:RecordLockingConflict methods|New constructor]]
==Syntax==
{{Template:RecordLockingConflict:New syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>%rlc</th>
<td>A reference to an instance of a RecordLockingConflict object.
</td></tr>
<tr><th><b>UserNumber=</b>usernum</th>
<td>This name required parameter specifies the numeric value (''usernum'') to be assigned to the exception object's UserNumber property. Its default value is 0.
</td></tr>
<tr><th><b>UserID=</b>userid</th>
<td>This name required parameter specifies the longstring value (''userid'') to be assigned to the object's UserID property. Its default value is a null string.
</td></tr>
<tr><th><b>Filename=</b>fname</th>
<td>This name required parameter specifies the longstring value (''fname'') to be assigned to the object's Filename property. Its default value is a null string.
</td></tr>
<tr><th><b>RecordNumber=</b>recnum</th>
<td>This name required parameter specifies the numeric value (''recnum'') to be assigned to the object's RecordNumber property. Its default value is 0.
 
</td></tr></table>
==See also==
{{Template:RecordLockingConflict:New footer}}

Latest revision as of 19:07, 10 May 2011