Search Results for

    Show / Hide Table of Contents

    Class TaskFileInfo

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

    Constructors

    TaskFileInfo()

    Declaration
    public TaskFileInfo()

    Properties

    ProjectFileId

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

    ReadOnly

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

    On this page

    • Constructors
      • TaskFileInfo()
    • Properties
      • ProjectFileId
      • ReadOnly
    Back to top Generated by DocFX