Table of Contents

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

ufdrFileName string
progress IProgress<int>
debugAttributes bool

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

xmlReportFile string
progress IProgress<int>
debugAttributes bool

Returns

List<T>

Type Parameters

T

ScanModels(string, IProgress<int>)

public static List<string> ScanModels(string fileName, IProgress<int> progress = null)

Parameters

fileName string
progress IProgress<int>

Returns

List<string>