EnumElementSyncMethod
Enum
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.
OnNextCommand
Will synchronize when the next command is executed.
OnRefresh
The element will synchronize with the latest Dom only when the element.Refresh(true) is explicitly called.