C# 클래스 AgGateway.ADAPT.ISOv4Plugin.Models.TaskDataDocument

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

공개 메소드들

메소드 설명
LoadFromFile ( string taskDataFile ) : bool
LoadLinkedIds ( string elementId, AgGateway.ADAPT.ApplicationDataModel.Common.CompoundIdentifier id ) : void
TaskDataDocument ( ) : System

비공개 메소드들

메소드 설명
LoadXmlFile ( string taskDataFile ) : bool
SetError ( Exception ex ) : void
SetError ( string message ) : void
VerifyIsoVersion ( ) : bool

메소드 상세

LoadFromFile() 공개 메소드

public LoadFromFile ( string taskDataFile ) : bool
taskDataFile string
리턴 bool

LoadLinkedIds() 공개 메소드

public LoadLinkedIds ( string elementId, AgGateway.ADAPT.ApplicationDataModel.Common.CompoundIdentifier id ) : void
elementId string
id AgGateway.ADAPT.ApplicationDataModel.Common.CompoundIdentifier
리턴 void

TaskDataDocument() 공개 메소드

public TaskDataDocument ( ) : System
리턴 System