Search Results for

    Show / Hide Table of Contents

    Class Comment

    Comment represents a comment on a commit or issue

    Inheritance
    System.Object
    Comment
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class Comment

    Properties

    | Improve this Doc View Source

    Assets

    Declaration
    public ICollection<Attachment> Assets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Attachment>
    | Improve this Doc View Source

    Body

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

    Created_at

    Declaration
    public DateTimeOffset? Created_at { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    Html_url

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

    Id

    Declaration
    public long? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Issue_url

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

    Original_author

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

    Original_author_id

    Declaration
    public long? Original_author_id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Pull_request_url

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

    Updated_at

    Declaration
    public DateTimeOffset? Updated_at { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    User

    Declaration
    public User User { get; set; }
    Property Value
    Type Description
    User
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH