Show / Hide Table of Contents

Class Commit

Inheritance
object
Commit
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Commit

Properties

| Edit this page View Source

Author

Declaration
[ProtoMember(3)]
public IdentifiableAction Author { get; set; }
Property Value
Type Description
IdentifiableAction
| Edit this page View Source

Committer

Declaration
[ProtoMember(4)]
public IdentifiableAction Committer { get; set; }
Property Value
Type Description
IdentifiableAction
| Edit this page View Source

Message

Declaration
[ProtoMember(5)]
public string Message { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Uid

Declaration
[ProtoMember(1)]
public string Uid { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Url

Declaration
[ProtoMember(2)]
public string Url { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX