Class ProjectAttributes
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class ProjectAttributes
- Inheritance
-
ProjectAttributes
- Inherited Members
-
Properties
AdditionalFields
public List<(string name, string value)> AdditionalFields { get; set; }
Property Value
- List<(string name, string value)>
public List<(string name, string value)> CaseInformation { get; set; }
Property Value
- List<(string name, string value)>
DeviceInfo
public List<(string name, string value)> DeviceInfo { get; set; }
Property Value
- List<(string name, string value)>
public List<(string name, string value)> ExtractionData { get; set; }
Property Value
- List<(string name, string value)>
FileName
public string FileName { get; set; }
Property Value
- string
FileSizeInBytes
public double FileSizeInBytes { get; set; }
Property Value
- double
ModelCount
public int ModelCount { get; set; }
Property Value
- int
NodeCount
public int NodeCount { get; set; }
Property Value
- int
ProjectId
public string ProjectId { get; set; }
Property Value
- string
ProjectName
public string ProjectName { get; set; }
Property Value
- string
ReportVersion
public string ReportVersion { get; set; }
Property Value
- string
Methods
Parse(string, IProgress<int>)
public static ProjectAttributes Parse(string filename, IProgress<int> progress = null)
Parameters
filename string
progress IProgress<int>
Returns
- ProjectAttributes