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 |
Method | Description | |
---|---|---|
AddAllProducts ( |
||
ConvertTaskDataFileToModel ( string taskDataFile, AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel ) : |
||
GetListOfTaskDataFiles ( string dataPath ) : List |
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 |
public GetProperties ( string dataPath ) : Properties | ||
dataPath | string | |
return | Properties |
public Import ( string dataPath, Properties properties = null ) : IList |
||
dataPath | string | |
properties | Properties | |
return | IList |
public IsDataCardSupported ( string dataPath, Properties properties = null ) : bool | ||
dataPath | string | |
properties | Properties | |
return | bool |
public Plugin ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Plugin ( IXmlReader xmlReader, IImporter importer, IExporter exporter ) : System.Collections.Generic | ||
xmlReader | IXmlReader | |
importer | IImporter | |
exporter | IExporter | |
return | System.Collections.Generic |
public ValidateDataOnCard ( string dataPath, Properties properties = null ) : IList |
||
dataPath | string | |
properties | Properties | |
return | IList |