IEstimateVersion.UpdateMinuteValues (String, Object, String, Object, WhereConditionType, Boolean, String, WhereConditionType) Method
Sub UpdateMinuteValues( _
ByVal UpdateColumnName As String, _
ByVal NewValue As Object, _
ByVal WhereColumnName As String, _
ByVal WhereValue As Object, _
ByVal WhereType As WhereConditionType, _
ByVal WhereIsCaseSensitive As Boolean, _
ByVal Chapters As String, _
ByVal ChaptersWhereType As WhereConditionType _
)
This language is not supported or no code example is available.
void UpdateMinuteValues(
string UpdateColumnName,
object NewValue,
string WhereColumnName,
object WhereValue,
WhereConditionType WhereType,
bool WhereIsCaseSensitive,
string Chapters,
WhereConditionType ChaptersWhereType
)
This language is not supported or no code example is available.
Parameters
- UpdateColumnName
- string
The mnemonic of the minute column to be updated.
- NewValue
- object
The new value to be set in the column.
- WhereColumnName
- string
The mnemonic of the minute column to be tested.
- WhereValue
- object
The value to be tested in the condition.
- WhereType
- WhereConditionType
The type of test to be performed.
- WhereIsCaseSensitive
- bool
Indicates whether the test is case sensitive.
- Chapters
- string
A comma ',' or semicolon ';' separated list of chapter (branch) names as they are shown in 'Item' WBS column. The tested minutes must belong to these chapters.
- ChaptersWhereType
- WhereConditionType
Specifies how the chapter names will be tested.
Exception type | Condition |
---|---|
A problem occurred. |
This method tests for the condition the minutes of each task belonging to the Chapters.
The condition is specified with WhereColumnName, WhereValue, WhereType
and WhereIsCaseSensitive parameters. If the condition is satisfied, the UpdateColumnName
column of the minute will be updated with the new value.
Available since QDV 7.13.0001.