FieldUpdatingProgressArgs

Inheritance: java.lang.Object

public class FieldUpdatingProgressArgs

Provides data for the field updating progress event.

Methods

MethodDescription
getTotalFieldsCount()Gets the total fields count to be updated.
getUpdateCompleted()Gets a value indicating whether field updating is completed.
getUpdatedFieldsCount()Gets the number of updated fields.

getTotalFieldsCount()

public int getTotalFieldsCount()

Gets the total fields count to be updated.

Remarks:

The value is not constant and may be increased during updating process.

Returns: int - The total fields count to be updated.

getUpdateCompleted()

public boolean getUpdateCompleted()

Gets a value indicating whether field updating is completed.

Returns: boolean - A value indicating whether field updating is completed.

getUpdatedFieldsCount()

public int getUpdatedFieldsCount()

Gets the number of updated fields.

Returns: int - The number of updated fields.