Search Results for

    Show / Hide Table of Contents

    Class TaskFile

    Inheritance
    System.Object
    TaskFile
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class TaskFile

    Constructors

    TaskFile()

    Declaration
    public TaskFile()

    Properties

    Completed

    Declaration
    public bool Completed { get; }
    Property Value
    Type Description
    System.Boolean

    ProjectFileId

    Declaration
    public Guid ProjectFileId { get; }
    Property Value
    Type Description
    System.Guid

    ReadOnly

    Declaration
    public bool ReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    TaskId

    Declaration
    public Guid TaskId { get; }
    Property Value
    Type Description
    System.Guid

    On this page

    • Constructors
      • TaskFile()
    • Properties
      • Completed
      • ProjectFileId
      • ReadOnly
      • TaskId
    Back to top Generated by DocFX