Show / Hide Table of Contents

Class Signature

The signature portion of a git commit, containing the author or committer information including name, email address and time.

Inheritance
System.Object
Signature
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class Signature : object

Properties

| Improve this Doc View Source

Email

Gets the email address of the author or committer.

Declaration
public string Email { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the full name of the author or committer.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

When

Gets the time the commit was authored or committed.

Declaration
public DateTimeOffset When { get; }
Property Value
Type Description
DateTimeOffset
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX