QDVWBS.SetMinutesFieldValue (String, Int32, Dictionary<StringObject>) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IMinute.SetFieldValue instead.

Writes values to a minute row.
[Obsolete("Use Qdv.UserApi.IMinute.SetFieldValue instead.")] 
public void SetMinutesFieldValue( 
string HexID
int LineNr
Dictionary<string, object> ColumnNamesWithValues 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The 24 characters hexadecimal identifier to the task or chapter.

LineNr
int

The line number in the identified task (1 - 9999).

ColumnNamesWithValues
Dictionary<string, object>

A dictionary of (string, object) whose string is the identifier of the column and the object is either a string, a number, a date or an object of type GanttTaskAssignation.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition