LogEntryCopyNode Class

Summary

This class encapsulates a <copy...> node in the log output.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.XmlSerializationTypes
Base Types
  • object
graph TD Base0["object"]-->Type Type["LogEntryCopyNode"] class Type type-node

Syntax

public class LogEntryCopyNode

Attributes

Type Description
EditorBrowsableAttribute
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.