|
Name
|
Description
|
|
CalculateWbsWorkbook()
|
Calculates all non-invariant formulas in the WBS workbook.
|
|
CopyBranch(ITask)
|
Copies a task or a branch to the internal clipboard.
|
|
CopyWholeColumnValues(string, string, bool, PositionInWbsBranch)
|
Copy whole content of a column into another column.
|
|
CreateLink(ITask, ITask, bool)
|
Creates a link between two tasks.
|
|
CreateNewSubTask(ITask)
|
Creates a new sub-task below specified task, at the depth level of the specified task + 1.
|
|
CreateNewTask(ITask)
|
Creates a new task below specified task, at the same depth level.
|
|
DeleteLink(ITask, ITask)
|
Deletes the link from a specified task (which is whether a parent or a child of the link) in WBS.
|
|
DeleteTask(ITask, bool, bool)
|
Deletes a task and its content.
|
|
DistributeWbsToBoqColumns()
|
Runs the WBS to BOQ distribution to feed the BOQ columns (when WBS to BOQ
distribution columns are implemented).
|
|
GetCellValueFromWorkbook(string, string)
|
Reads a value from any cell in any workbook directly. No need for lock.
|
|
GetCellValueFromWorkbook(string, int, int)
|
Reads a value from any cell in any workbook directly. No need for lock.
|
|
GetColumnHeading(string)
|
Obsolete.
Returns the heading of a column in the WBS. Gets the displayed name and the
parent name.
|
|
GetColumnPosition(string, bool)
|
Obsolete.
Gets the position of a column in the expanded WBS using its name or its
unique identifier.
|
|
GetFullData(bool, LocationOfTotals)
|
Gets the full data of the WBS.
|
|
GetLinkParentTask(ITask)
|
Gets the parent task for a specified child task, if there's a link between them.
|
|
GetReadOnlyCopyOfWorkbook(WorkbookParameters, WbsSheets, bool)
|
Gets the WBS workbook for read only purposes.
|
|
GetTask(string)
|
Gets the existing task by its ITask.HexID.
|
|
GetTaskByGuid(string)
|
Gets the existing task by its ITask.Guid (not by HexID).
|
|
GetTaskFromWorksheetRow(int, bool)
|
Gets the task to which the specified row in the WBS worksheet belongs.
|
|
GetTasksForScope(string, bool)
|
Gets all tasks within the specified scope.
|
|
InsertColumnIntoWorkbook(string, int)
|
Obsolete.
Inserts a new user/free/special column in WBS.
|
|
PasteBranch(ITask, bool)
|
Pastes a task or a branch from the internal clipboard.
|
|
PasteBranchWithoutRefresh(string, bool)
|
Pastes a task or a branch from the internal clipboard quickly and keeps the task
tree structure of this IWbs instance in an incorrect state.
|
|
Refresh()
|
Refreshes (re-reads) the WBS mappings in ColumnMappings property,
updates the tree structure of the tasks in this IWbs instance
and internal cache of WBS and Minutes data.
|
|
RefreshValidationLists()
|
Refreshes all possible entry lists in the WBS.
|
|
RemoveAllLinks(bool)
|
Removes all links between tasks in the WBS.
|
|
SetColumnBackgroundColor(string, Color, bool)
|
Obsolete.
Sets the background color of a column in the WBS.
|
|
SetColumnCopyToQuantityFlag(string, bool)
|
Obsolete.
Defines if values of a WBS column must be copied to WBS_Quantity column when
running progress statements.
|
|
SetColumnDescription(int, string)
|
Obsolete.
Sets description of a user/free column in WBS.
|
|
SetColumnFormula(string, string, bool)
|
Obsolete.
Sets the formula in a free column of the WBS.
|
|
SetColumnTitle(string, string, WbsTitleRowPosition)
|
Obsolete.
Sets the title of a user/free column in WBS.
|
|
SetColumnVisibility(int, bool)
|
Obsolete.
Sets visibility of a user/free column in WBS.
|
|
SetColumnVisibleMode(string, bool, bool)
|
Obsolete.
Defines if the WBS column is visible in estimate mode or/and in progress mode.
|
|
SetFreeFieldValues(string, IDictionary<StringObject>, bool, bool, bool)
|
Writes values to all cells of a free WBS field. Writes to the WBS workbook and
the database at once.
|
|
SetPermissionsOfColumn(int, bool, bool, bool)
|
Obsolete.
Sets permissions to user/free column in WBS.
|
|
SetValueToWholeColumn(string, object, bool, PositionInWbsBranch)
|
Sets a fixed value to all cells of a column.
|
|
SumColumnsGlobally(string, string, bool, PositionInWbsBranch)
|
Sums specified columns and writes the results into another column.
|