Class ProjectInfos
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
public class ProjectInfos
- Inheritance
-
ProjectInfos
- Inherited Members
-
Properties
public string MediaResults { get; set; }
Property Value
- string
ProjectModelCount
public string ProjectModelCount { get; set; }
Property Value
- string
ProjectNodeCount
public string ProjectNodeCount { get; set; }
Property Value
- string
containsGarbage
public string containsGarbage { get; set; }
Property Value
- string
public string extractionType { get; set; }
Property Value
- string
licenseId
public string licenseId { get; set; }
Property Value
- string
name
public string name { get; set; }
Property Value
- string
projectId
public string projectId { get; set; }
Property Value
- string
reportVersion
public string reportVersion { get; set; }
Property Value
- string
xmlns
public string xmlns { get; set; }
Property Value
- string
Methods
Parse(string)
public static ProjectInfos Parse(string fileName)
Parameters
fileName string
Returns
- ProjectInfos
ParseProjectInfos(Stream)
public static ProjectInfos ParseProjectInfos(Stream stream)
Parameters
stream Stream
Returns
- ProjectInfos