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

WorkerLoader() private method

private WorkerLoader ( TaskDataDocument taskDocument ) : System.Collections.Generic
taskDocument AgGateway.ADAPT.ISOv4Plugin.Models.TaskDataDocument
return System.Collections.Generic
        private WorkerLoader(TaskDataDocument taskDocument)
        {
            _taskDocument = taskDocument;
            _rootNode = _taskDocument.RootNode;
            _baseFolder = _taskDocument.BaseFolder;
            _workers = new Dictionary<string, Person>();
        }