Search Results for

    Show / Hide Table of Contents

    Class CreateMilestoneOption

    CreateMilestoneOption options for creating a milestone

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

    Properties

    | Improve this Doc View Source

    Description

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

    Due_on

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

    State

    Declaration
    public CreateMilestoneOptionState? State { get; set; }
    Property Value
    Type Description
    System.Nullable<CreateMilestoneOptionState>
    | 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