[This is preliminary documentation and is subject to change.]

The SvnDiffMergeArgs type exposes the following members.

Constructors

  Name Description
SvnDiffMergeArgs
Initializes a new instance of the SvnDiffMergeArgs class

Methods

  Name Description
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnCancel
Raises the Cancel event
(Inherited from SvnClientArgs.)
OnConflict
Raises the Conflict event
(Inherited from SvnClientArgsWithConflict.)
OnNotify
Raises the Notify event
(Inherited from SvnClientArgs.)
OnProgress
Raises the Progress event
(Inherited from SvnClientArgs.)
OnSvnError
Called when handling a SvnException
(Inherited from SvnClientArgs.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
CommandType (Overrides SvnClientArgs..::.CommandType.)
Depth
DryRun
Force
IgnoreAncestry
IsLastInvocationCanceled (Inherited from SvnClientArgs.)
LastException
Gets the last exception thrown by a Subversion api command to which this argument was provided
(Inherited from SvnClientArgs.)
MergeArguments (Inherited from SvnMergeBaseArgs.)
RecordOnly
ThrowOnCancel
Gets or sets a boolean indicating whether the call must throw an error if the operation is cancelled IsLastInvocationCanceled is true and the returnvalue false if the operation was canceled. (The LastException property is set to the cancel exception)
(Inherited from SvnClientArgs.)
ThrowOnError
Gets or sets a boolean indicating whether the call must throw an error if an exception occurs. If an exception would occur, the method returns false and the LastException property is set to the exception which would have been throw.
(Inherited from SvnClientArgs.)

Events

  Name Description
Cancel
Raised to allow canceling an in-progress command
(Inherited from SvnClientArgs.)
Conflict
Raised on conflict. The event is first raised on the SvnClientArgsWithConflict object and then on the SvnClient
(Inherited from SvnClientArgsWithConflict.)
Notify
Raised to notify changes by an in-progress command
(Inherited from SvnClientArgs.)
Progress
Raised to notify of progress by an in-progress command
(Inherited from SvnClientArgs.)
SvnError
Raised to notify errors from an command
(Inherited from SvnClientArgs.)

See Also