ITaskCommentRow Interface

Represents one 'comment row' of a task in the expanded WBS. The info for one row contains only these WBS fields: WBS_Item, WBS_Quantity, WBS_Unit and WBS_Description.
Public Interface ITaskCommentRow
This language is not supported or no code example is available.
public interface ITaskCommentRow
This language is not supported or no code example is available.
Name Description
Public property Description Gets the value of the WBS_Description field in the row in the multi-language format. Can be used for reading and editing.
Public property DescriptionFormatting Gets the formatting of the row in WBS_Description column (including its language versions).
Public property Item Gets or sets the value of the WBS_Item field in the row.
Public property Quantity Gets or sets the value of the WBS_Quantity field in the row.
Public property Unit Gets the value of the WBS_Unit field in the row in the multi-language format. Can be used for reading and editing.
Top
Remarks
 

A task can have two kinds of rows.

  1. The node row - this is the first row that corresponds to a node in the WBS tree. This row always exists and it contains values in all available WBS fields.
  2. Comment rows - those rows are optional and they are placed below the first node row. Only the following WBS fields may contain some value in the comment rows: WBS_Item, WBS_Quantity, WBS_Unit and WBS_Description (including their language versions). All other columns are empty. Moreover, it is possible to define custom formatting for WBS_Description field (including its language versions).

This object can represent whether the first node row or an additional comment row of a task.

Version
 
Available since QDV 7.18.682.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition