C# Class AgGateway.ADAPT.ISOv4Plugin.Plugin

Inheritance: IPlugin
Exibir arquivo Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
Export ( AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel, string exportPath, Properties properties = null ) : void
GetProperties ( string dataPath ) : Properties
Import ( string dataPath, Properties properties = null ) : IList
Initialize ( string args = null ) : void
IsDataCardSupported ( string dataPath, Properties properties = null ) : bool
Plugin ( ) : System.Collections.Generic
Plugin ( IXmlReader xmlReader, IImporter importer, IExporter exporter ) : System.Collections.Generic
ValidateDataOnCard ( string dataPath, Properties properties = null ) : IList

Private Methods

Method Description
AddAllProducts ( TaskDataDocument taskDocument ) : List
ConvertTaskDataFileToModel ( string taskDataFile, AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel ) : TaskDataDocument
GetListOfTaskDataFiles ( string dataPath ) : List

Method Details

Export() public method

public Export ( AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel, string exportPath, Properties properties = null ) : void
dataModel AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel
exportPath string
properties Properties
return void

GetProperties() public method

public GetProperties ( string dataPath ) : Properties
dataPath string
return Properties

Import() public method

public Import ( string dataPath, Properties properties = null ) : IList
dataPath string
properties Properties
return IList

Initialize() public method

public Initialize ( string args = null ) : void
args string
return void

IsDataCardSupported() public method

public IsDataCardSupported ( string dataPath, Properties properties = null ) : bool
dataPath string
properties Properties
return bool

Plugin() public method

public Plugin ( ) : System.Collections.Generic
return System.Collections.Generic

Plugin() public method

public Plugin ( IXmlReader xmlReader, IImporter importer, IExporter exporter ) : System.Collections.Generic
xmlReader IXmlReader
importer IImporter
exporter IExporter
return System.Collections.Generic

ValidateDataOnCard() public method

public ValidateDataOnCard ( string dataPath, Properties properties = null ) : IList
dataPath string
properties Properties
return IList