C# 클래스 AgGateway.ADAPT.ISOv4Plugin.Plugin

상속: IPlugin
파일 보기 프로젝트 열기: ADAPT/ISOv4Plugin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddAllProducts ( TaskDataDocument taskDocument ) : List
ConvertTaskDataFileToModel ( string taskDataFile, AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel ) : TaskDataDocument
GetListOfTaskDataFiles ( string dataPath ) : List

메소드 상세

Export() 공개 메소드

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

GetProperties() 공개 메소드

public GetProperties ( string dataPath ) : Properties
dataPath string
리턴 Properties

Import() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( string args = null ) : void
args string
리턴 void

IsDataCardSupported() 공개 메소드

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

Plugin() 공개 메소드

public Plugin ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Plugin() 공개 메소드

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

ValidateDataOnCard() 공개 메소드

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