Template:List of RecordLockingConflict methods: Difference between revisions
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.
Method | Description |
---|---|
ConflictTimeMilliseconds | Time that the conflict occurred |
ConflictingLockStrength | Lock strength of conflicting lock |
ConflictingRecordLockType | Lock type of conflicting lock |
Copy | Copy the RecordLockingConflict object |
DeepCopy | Deep copy the RecordLockingConflict object |
Filename | Name of the file in which last record locking conflict occurred |
LockTimeMilliseconds | Time that the conflicting record was locked |
LockingUserNumber | User number of the user that locked the conflicting record |
New | Create a new RecordLockingConflict object |
NewFromLastConflict | Create object from current conflict information |
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 |