Click or drag to resize

IPageFixedPurpose Interface

An interface for pages not implementing IPageTemplate, but that still need to expose certain common functionality.

Some examples of pages implementing this interface, but not IPageTemplate are:

  • Find - Provides a mechanism for a finding a single record and relating it to another record.
  • MultiFind - Provides a mechanism for a finding one or more records and relating it/them to another record.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IPageFixedPurpose

The IPageFixedPurpose type exposes the following members.

Properties
  NameDescription
Public propertyAppContext
Gets the IAppContext object.
Top
Methods
  NameDescription
Public methodAddFrameworkScriptRef
Add a javascript file reference that depends on framework script (e.g. jQuery or Bootstrap).
Top
See Also