LogEntryAuthorNode Class

Summary

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

Syntax

public class LogEntryAuthorNode

Attributes

Type Description
EditorBrowsableAttribute
XmlTypeAttribute

Constructors

Name Summary
LogEntryAuthorNode()

Properties

Name Value Summary
Email string
Gets or sets the email address of the author of the log entry.
Name string
Gets or sets the name of the author of the log entry.