SysUpgradeConflictCode Class [AX 2012]
Responsible for representation of a code conflict
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| description | Gets the description of the class. (Overrides the description Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| estimate | Provides conflict estimation in minutes. (Overrides the estimate Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the SysUpgradeConflict class. (Inherited from SysUpgradeConflict.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the SysUpgradeConflict class. (Inherited from SysUpgradeConflict.) |
| parmColumnNum | Gets or sets the ColumnNum parameter. (Inherited from SysUpgradeConflict.) |
| parmConflictResolution | Gets or sets the ConflictResolution parameter. (Inherited from SysUpgradeConflict.) |
| parmCurrent | Gets or sets the Current parameter. (Inherited from SysUpgradeConflict.) |
| parmLineNum | Gets or sets the LineNum parameter. (Inherited from SysUpgradeConflict.) |
| parmParentType | Gets the ParentType parameter. (Inherited from SysUpgradeConflict.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter value to an instance of the SysUpgradeConflict class. (Inherited from SysUpgradeConflict.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SysUpgradeConflictCode class. |
| ::detect | Detects soure code conflicts. For soure code conflict to occur the following conditions must be met: original must not be the same as current and original must not be the same as theirs.In case when current is present but is the same as original and original != theirs it's still considered as conflict. |
| ::handle | Merges source code from original, theirs, and current in case when code conflict has been detected. |
| ::handleConflict | |
| ::newConflict | Creates a new instance of SysUpgradeConflictCode. |
Community Additions
ADD
Show: