ObjectEditorBaseSync Method |
The method to synchronize the editing object and assign it's value to ObjectValue.
This method will be automatically called by the framework
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public abstract void Sync()
Public MustOverride Sub Sync
public:
virtual void Sync() abstract
abstract Sync : unit -> unit
See Also