IEstimateVersion.UpdateMinuteValues (String, Object, String, Object, WhereConditionType, Boolean, String, WhereConditionType) Method

Updates a field value of multiple minutes based on a test condition. The search is performed in the specified WBS branches.
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

QdvApiException

A problem occurred.

Remarks
 
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.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition