AgGateway.ADAPT.ISOv4Plugin.Loaders.PrescriptionLoader.PrescriptionLoader C# (CSharp) Method

PrescriptionLoader() private method

private PrescriptionLoader ( TaskDataDocument taskDocument ) : System
taskDocument AgGateway.ADAPT.ISOv4Plugin.Models.TaskDataDocument
return System
        private PrescriptionLoader(TaskDataDocument taskDocument)
        {
            _taskDocument = taskDocument;
            _rootNode = _taskDocument.RootNode;
            _baseFolder = _taskDocument.BaseFolder;
            _prescriptions = new List<RasterGridPrescription>();
            _representationMapper = new RepresentationMapper();
        }