C# Class AgGateway.ADAPT.ISOv4Plugin.Plugin

Inheritance: IPlugin
Afficher le fichier Open project: ADAPT/ISOv4Plugin Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Export() public méthode

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

GetProperties() public méthode

public GetProperties ( string dataPath ) : Properties
dataPath string
Résultat Properties

Import() public méthode

public Import ( string dataPath, Properties properties = null ) : IList
dataPath string
properties Properties
Résultat IList

Initialize() public méthode

public Initialize ( string args = null ) : void
args string
Résultat void

IsDataCardSupported() public méthode

public IsDataCardSupported ( string dataPath, Properties properties = null ) : bool
dataPath string
properties Properties
Résultat bool

Plugin() public méthode

public Plugin ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Plugin() public méthode

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

ValidateDataOnCard() public méthode

public ValidateDataOnCard ( string dataPath, Properties properties = null ) : IList
dataPath string
properties Properties
Résultat IList