JavascriptEngineBridge Methods |
The JavascriptEngineBridge type exposes the following members.
Name | Description | |
---|---|---|
AddBusinessRule(String, String, ExpandoObject, FuncObject, ExpandoObject) |
Add a business rule for the specified object
| |
AddBusinessRule(String, String, String, ExpandoObject, FuncObject, ExpandoObject) |
Add a business rule for the specified object
| |
AddCache(ExpandoObject, ExpandoObject) |
Add an object to the cache
| |
AddCache(String, ExpandoObject) |
Add an object to the cache
| |
AddValidator(String, FuncObject, Object) |
Adds validator
| |
AddValidator(String, String, FuncObject, Object) |
Adds validator
| |
Break |
Break current execution
| |
Delete |
Gets the specified data from the underlying data-store
| |
DeleteCache |
Delete cache item
| |
Equals | (Inherited from Object.) | |
ExecuteBundleRules |
Execute bundle rules
| |
ExecuteRule |
Executes the business rule
| |
Finalize | (Inherited from Object.) | |
Find(String, ExpandoObject) |
Find object
| |
Find(String, String) |
Finds the specified data
| |
Get |
Gets the specified data from the underlying data-store
| |
GetCache(ExpandoObject) |
Get the object from cache
| |
GetCache(String) |
Add an object to the cache
| |
GetDataAsset |
Get data asset
| |
GetHashCode | (Inherited from Object.) | |
GetService |
Get service by name
| |
GetType | (Inherited from Object.) | |
Insert |
Inserts the specified object
| |
MemberwiseClone | (Inherited from Object.) | |
NewGuid |
Generate new guid
| |
ParseGuid |
Generate new guid
| |
Save |
Saves the specified object
| |
SaveTags |
Saves tags associated with the specified object
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ConvertTReturn |
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.) |