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

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

Méthodes publiques

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

Private Methods

Méthode Description
LoadXmlFile ( string taskDataFile ) : bool
SetError ( Exception ex ) : void
SetError ( string message ) : void
VerifyIsoVersion ( ) : bool

Method Details

LoadFromFile() public méthode

public LoadFromFile ( string taskDataFile ) : bool
taskDataFile string
Résultat bool

LoadLinkedIds() public méthode

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

TaskDataDocument() public méthode

public TaskDataDocument ( ) : System
Résultat System