Enum
ElementSyncMethod

The different type of element-dom synchronization supported by the framework and the SyncManager.

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum ElementSyncMethod

Fields

Always

This element will always ensure it is in-sync with the latest Dom any time any action is performed on it or information is retrieved from it.

Declaration

cs-api-definition
Always = 2

Field Value

ElementSyncMethod

OnNextCommand

Will synchronize when the next command is executed.

Declaration

cs-api-definition
OnNextCommand = 1

Field Value

ElementSyncMethod

OnRefresh

The element will synchronize with the latest Dom only when the element.Refresh(true) is explicitly called.

Declaration

cs-api-definition
OnRefresh = 0

Field Value

ElementSyncMethod

In this article
DefinitionFieldsAlwaysOnNextCommandOnRefresh
Not finding the help you need?
Contact Support