ObjectEditorBaseSync Method (Int32) |
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 void Sync(
int requestLength
)
Public Sub Sync (
requestLength As Integer
)
public:
void Sync(
int requestLength
)
member Sync :
requestLength : int -> unit
Parameters
- requestLength
- Type: SystemInt32
[Missing <param name="requestLength"/> documentation for "M:Hummingbird.TestFramework.Extensibility.ObjectEditorBase.Sync(System.Int32)"]
See Also