C# Class AgGateway.ADAPT.ISOv4Plugin.Writers.TaskDocumentWriter

Inheritance: IDisposable
Show file Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
CreateWriter ( string fileName, MemoryStream xmlString ) : XmlWriter
Dispose ( ) : void
TaskDocumentWriter ( ) : System
Write ( string taskDataPath, ApplicationDataModel dataModel ) : XmlWriter

Private Methods

Method Description
CreateFolderStructure ( ) : void

Method Details

CreateWriter() public method

public CreateWriter ( string fileName, MemoryStream xmlString ) : XmlWriter
fileName string
xmlString System.IO.MemoryStream
return System.Xml.XmlWriter

Dispose() public method

public Dispose ( ) : void
return void

TaskDocumentWriter() public method

public TaskDocumentWriter ( ) : System
return System

Write() public method

public Write ( string taskDataPath, ApplicationDataModel dataModel ) : XmlWriter
taskDataPath string
dataModel ApplicationDataModel
return System.Xml.XmlWriter