![]() | JavascriptExecutor Methods |
The JavascriptExecutor type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddExposedObject |
Adds an object which is exposed to the BRE layer
|
![]() | Dispose |
Dispose this object
|
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteScript |
Executes the specified script contents
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke<TBinding> |
Perform actual invokation on all objects
|
![]() | InvokeRaw |
Invoke raw
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RegisterCallback(String, String, String, NameValueCollection, Func<Object, Object>) |
Registers the specified callback using the type name
|
![]() | RegisterCallback(String, Type, String, NameValueCollection, Func<Object, Object>) |
Register the specified rule with this engine
|
![]() | ToString | (Inherited from Object.) |
![]() | Validate<TBinding> |
Validate the data object if validation is available
|
Name | Description | |
---|---|---|
![]() | Convert<TReturn> |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |