Search Results for

    Show / Hide Table of Contents

    Class NotificationSubject

    NotificationSubject contains the notification subject (Issue/Pull/Commit)

    Inheritance
    System.Object
    NotificationSubject
    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 NotificationSubject

    Properties

    | 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

    Latest_comment_html_url

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

    Latest_comment_url

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

    State

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

    Title

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

    Type

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

    Url

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