Summary
This class encapsulates a <copy...> node in the log output.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
. Xml Serialization Types - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["LogEntryCopyNode"]
class Type type-node
Syntax
public class LogEntryCopyNode
Attributes
Type | Description |
---|---|
Editor |
|
XmlTypeAttribute |
Constructors
Name | Summary |
---|---|
LogEntryCopyNode |
Properties
Name | Value | Summary |
---|---|---|
Destination | string |
Gets or sets the destination of the copy.
|
Source | string |
Gets or sets the source of the copy.
|