/// <summary> /// Initializes a new instance of the <see cref="TaskSchedulingPolicy"/> class. /// </summary> /// <param name='computeNodeFillType'>The fill type of scheduling policy.</param> public TaskSchedulingPolicy( Common.ComputeNodeFillType computeNodeFillType) { this.ComputeNodeFillType = computeNodeFillType; }
internal TaskSchedulingPolicy(Models.TaskSchedulingPolicy protocolObject) { this.computeNodeFillType = UtilitiesInternal.MapEnum <Models.ComputeNodeFillType, Common.ComputeNodeFillType>(protocolObject.NodeFillType); }