AgGateway.ADAPT.ISOv4Plugin.Loaders.TaskLoader.LoadCommentAllocations C# (CSharp) Method

LoadCommentAllocations() private method

private LoadCommentAllocations ( XmlNode inputNode, AgGateway.ADAPT.ApplicationDataModel.LoggedData.LoggedData task ) : void
inputNode System.Xml.XmlNode
task AgGateway.ADAPT.ApplicationDataModel.LoggedData.LoggedData
return void
        private void LoadCommentAllocations(XmlNode inputNode, LoggedData task)
        {
            task.Notes = CommentAllocationLoader.Load(inputNode, _taskDocument);
        }