Search Results for

    Show / Hide Table of Contents

    Class IssueTemplate

    IssueTemplate represents an issue template for a repository

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

    Properties

    | Improve this Doc View Source

    About

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

    Body

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

    Content

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

    File_name

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

    Labels

    Declaration
    public IssueTemplateLabels Labels { get; set; }
    Property Value
    Type Description
    IssueTemplateLabels
    | Improve this Doc View Source

    Name

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

    Ref

    Declaration
    public string Ref { 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
    In This Article
    Back to top © Dangl IT GmbH