Skip to content

voltmx.sdk.mvvm Constants

The voltmx.sdk.mvvm namespace provides the following constants.

voltmx.sdk.mvvm.OperationType Constants


Specifies the operation to be performed.

Constant Description
voltmx.sdk.mvvm.OperationType.ADD Add a data model object.
voltmx.sdk.mvvm.OperationType.FILTER_BY_PRIMARY_KEY The operation is filtered by the data object's primary key.
voltmx.sdk.mvvm.OperationType.NO_FILTER The operation is not filtered.

Remarks

Use these constants to specify data model operations when performing form navigation. For more information, see voltmx.sdk.mvvm.NavigationObject Object.