Class ResourceLeveler
Class ResourceLeveler
名称: Aspose.Tasks.Leveling 集合: Aspose.Tasks.dll (25.4.0)
包含资源平衡方法。
public static class ResourceLeveler
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ClearLeveling(Project)
清除在资源平衡期间之前添加到项目的任何平衡延迟。
public static void ClearLeveling(Project project)
Parameters
project
Project
清晰的平衡项目。
ClearLeveling(无数“任务”>)
清除在资源平衡期间提到的任务之前添加的任何平衡延迟。
public static void ClearLeveling(IEnumerable<task> tasks)
Parameters
tasks
IEnumerable
<
Task
>
要清除排序延迟的可列内容任务。
LevelAll(Project)
级别任务为项目的所有资源使用默认平衡选项。
public static LevelingResult LevelAll(Project project)
Parameters
project
Project
实施资源平衡项目。
Returns
包含资源平衡结果的对象。
LevelResources(项目, LevelingOptions)
级别对指定的资源进行任务,使用指定的平衡选项。
public static LevelingResult LevelResources(Project project, LevelingOptions options)
Parameters
project
Project
实施资源平衡项目。
options
LevelingOptions
指定如何平衡资源的选项。
Returns
包含资源平衡结果的对象。
Exceptions
如果参数选项为零。