BuildMaster SDK Reference
Version:
DpContextInvocation Class
A wrapper to invoke create and initialize a DpContext
Inheritance Hierarchy
- object
- Inedo.Web.DP.DpContextInvocation
Syntax
public
class
DpContextInvocation
Properties
|
Name |
Description |
|
Binder
|
The name of a function to invoke instead of the default DP binder
|
|
Data
|
The model that will be passed to the binder; this is required
|
|
PostUrl
|
The url to post the data to instead of the current url
|
|
RefreshInterval
|
The interval, in seconds, that the refresh method should be invoked
|
|
RootElementId
|
The Id of the DOM element that will act as the root binding context;
|
|
Validators
|
The DpValidators to use with the Data model
|