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

Constructors

Name Description
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

Remarks

The DpContext is used to provide binding to Knockout, as well as validators and other elements