Search Results for

    Show / Hide Table of Contents

    Class ProjectFile

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

    Constructors

    ProjectFile()

    Declaration
    public ProjectFile()

    Properties

    AnalysisStatistics

    Declaration
    public AnalysisStatistics AnalysisStatistics { get; }
    Property Value
    Type Description
    AnalysisStatistics

    BilingualReferenceFileLocalPath

    Declaration
    public string BilingualReferenceFileLocalPath { get; }
    Property Value
    Type Description
    System.String

    CheckedOutAt

    Declaration
    public DateTime? CheckedOutAt { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    CheckedOutTo

    Declaration
    public string CheckedOutTo { get; }
    Property Value
    Type Description
    System.String

    ConfirmationStatistics

    Declaration
    public ConfirmationStatistics ConfirmationStatistics { get; }
    Property Value
    Type Description
    ConfirmationStatistics

    CurrentServerVersion

    Declaration
    public int CurrentServerVersion { get; }
    Property Value
    Type Description
    System.Int32

    FileTypeId

    Declaration
    public string FileTypeId { get; }
    Property Value
    Type Description
    System.String

    Folder

    Declaration
    public string Folder { get; }
    Property Value
    Type Description
    System.String

    Id

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

    IsCheckedOut

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

    IsCheckedOutToAnotherUser

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

    IsCheckedOutToMe

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

    IsSource

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

    Language

    Declaration
    public Language Language { get; }
    Property Value
    Type Description
    Language

    LatestServerVersion

    Declaration
    public int LatestServerVersion { get; }
    Property Value
    Type Description
    System.Int32

    LocalFilePath

    Declaration
    public string LocalFilePath { get; }
    Property Value
    Type Description
    System.String

    LocalFileState

    Declaration
    public LocalFileState LocalFileState { get; }
    Property Value
    Type Description
    LocalFileState

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    ProjectId

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

    Role

    Declaration
    public FileRole Role { get; }
    Property Value
    Type Description
    FileRole

    SourceFile

    Declaration
    public ProjectFile SourceFile { get; }
    Property Value
    Type Description
    ProjectFile

    TargetFiles

    Declaration
    public ProjectFile[] TargetFiles { get; }
    Property Value
    Type Description
    ProjectFile[]

    On this page

    • Constructors
      • ProjectFile()
    • Properties
      • AnalysisStatistics
      • BilingualReferenceFileLocalPath
      • CheckedOutAt
      • CheckedOutTo
      • ConfirmationStatistics
      • CurrentServerVersion
      • FileTypeId
      • Folder
      • Id
      • IsCheckedOut
      • IsCheckedOutToAnotherUser
      • IsCheckedOutToMe
      • IsSource
      • Language
      • LatestServerVersion
      • LocalFilePath
      • LocalFileState
      • Name
      • ProjectId
      • Role
      • SourceFile
      • TargetFiles
    Back to top Generated by DocFX