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

Show file Open project: ADAPT/ISOv4Plugin

Protected Methods

Method Description
BaseWriter ( TaskDocumentWriter taskWriter, string xmlPrefix, int startId = 1 ) : System.Globalization
GenerateId ( byte idLength ) : string
WriteExternalFileReference ( string externalFileName ) : void

Method Details

BaseWriter() protected method

protected BaseWriter ( TaskDocumentWriter taskWriter, string xmlPrefix, int startId = 1 ) : System.Globalization
taskWriter TaskDocumentWriter
xmlPrefix string
startId int
return System.Globalization

GenerateId() protected method

protected GenerateId ( byte idLength ) : string
idLength byte
return string

WriteExternalFileReference() protected method

protected WriteExternalFileReference ( string externalFileName ) : void
externalFileName string
return void