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

The SvnInfoArgs type exposes the following members.

Constructors

  Name Description
SvnInfoArgs
Initializes a new instance of the SvnInfoArgs 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.)
OnInfo
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
ChangeLists
Gets the list of changelist-names
CommandType (Overrides SvnClientArgs..::.CommandType.)
Depth
IsLastInvocationCanceled (Inherited from SvnClientArgs.)
LastException
Gets the last exception thrown by a Subversion api command to which this argument was provided
(Inherited from SvnClientArgs.)
Revision
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.)
Info
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