Search Results for

    Show / Hide Table of Contents

    Class TodoStatus

    Inheritance
    object
    TodoStatus
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
    Syntax
    public static class TodoStatus

    Fields

    | Edit this page View Source

    Completed

    Declaration
    public const string Completed = "completed"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Deferred

    Declaration
    public const string Deferred = "deferred"
    Field Value
    Type Description
    string
    | Edit this page View Source

    InProgress

    Declaration
    public const string InProgress = "inProgress"
    Field Value
    Type Description
    string
    | Edit this page View Source

    NotStarted

    Declaration
    public const string NotStarted = "notStarted"
    Field Value
    Type Description
    string
    | Edit this page View Source

    WaitingOnOthers

    Declaration
    public const string WaitingOnOthers = "waitingOnOthers"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation