C# Class AgGateway.ADAPT.ISOv4Plugin.Models.TaskDataDocument

Exibir arquivo Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
LoadFromFile ( string taskDataFile ) : bool
LoadLinkedIds ( string elementId, AgGateway.ADAPT.ApplicationDataModel.Common.CompoundIdentifier id ) : void
TaskDataDocument ( ) : System

Private Methods

Method Description
LoadXmlFile ( string taskDataFile ) : bool
SetError ( Exception ex ) : void
SetError ( string message ) : void
VerifyIsoVersion ( ) : bool

Method Details

LoadFromFile() public method

public LoadFromFile ( string taskDataFile ) : bool
taskDataFile string
return bool

LoadLinkedIds() public method

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

TaskDataDocument() public method

public TaskDataDocument ( ) : System
return System