Template: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 5: Line 5:
<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">[[ConflictTimeMilliseconds (RecordLockingConflict property)|ConflictTimeMilliseconds]]</td><td valign="top">Time that the conflict occurred</td></tr>
<tr><td valign="top">[[ConflictingLockStrength (RecordLockingConflict property)|ConflictingLockStrength]]</td><td valign="top">Lock strength of conflicting lock</td></tr>
<tr><td valign="top">[[ConflictingRecordLockType (RecordLockingConflict property)|ConflictingRecordLockType]]</td><td valign="top">Lock type of conflicting lock</td></tr>
<tr><td valign="top">[[Copy (RecordLockingConflict function)|Copy]]</td><td valign="top">Copy the RecordLockingConflict object</td></tr>
<tr><td valign="top">[[DeepCopy (RecordLockingConflict function)|DeepCopy]]</td><td valign="top">Deep copy the RecordLockingConflict object</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">[[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">[[LockTimeMilliseconds (RecordLockingConflict property)|LockTimeMilliseconds]]</td><td valign="top">Time that the conflicting record was locked</td></tr>
<tr><td valign="top">[[LockingUserNumber (RecordLockingConflict property)|LockingUserNumber]]</td><td valign="top">User number of the user that locked the conflicting record</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">[[NewFromLastConflict (RecordLockingConflict function)|NewFromLastConflict]]</td><td valign="top">Create object from current conflict information</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">[[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 property)|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>

Latest revision as of 23:17, 29 August 2012

The following are the available RecordLockingConflict class methods.

MethodDescription
ConflictTimeMillisecondsTime that the conflict occurred
ConflictingLockStrengthLock strength of conflicting lock
ConflictingRecordLockTypeLock type of conflicting lock
CopyCopy the RecordLockingConflict object
DeepCopyDeep copy the RecordLockingConflict object
FilenameName of the file in which last record locking conflict occurred
LockTimeMillisecondsTime that the conflicting record was locked
LockingUserNumberUser number of the user that locked the conflicting record
NewCreate a new RecordLockingConflict object
NewFromLastConflictCreate object from current conflict information
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