Class ModelParser
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
public class ModelParser
- Inheritance
-
ModelParser
- Inherited Members
Methods
ParseUfdr<T>(string, IProgress<int>, bool)
public static List<T> ParseUfdr<T>(string ufdrFileName, IProgress<int> progress = null, bool debugAttributes = false) where T : ModelBase, IUfedModelParser<T>, new()
Parameters
Returns
- List<T>
Type Parameters
T
ParseXMLReport<T>(string, IProgress<int>, bool)
public static List<T> ParseXMLReport<T>(string xmlReportFile, IProgress<int> progress = null, bool debugAttributes = false) where T : ModelBase, IUfedModelParser<T>, new()
Parameters
Returns
- List<T>
Type Parameters
T
ScanModels(string, IProgress<int>)
public static List<string> ScanModels(string fileName, IProgress<int> progress = null)