Class ProjectFile
Inheritance
System.Object
ProjectFile
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()
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
Constructors
ProjectFile()
Declaration
Properties
AnalysisStatistics
Declaration
public AnalysisStatistics AnalysisStatistics { get; }
Property Value
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
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
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
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
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
SourceFile
Declaration
public ProjectFile SourceFile { get; }
Property Value
TargetFiles
Declaration
public ProjectFile[] TargetFiles { get; }
Property Value