Click or drag to resize

IBiViewComponent Interface

Represents a BI View component which can render content

Namespace:  SanteDB.BI.Components
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax
public interface IBiViewComponent

The IBiViewComponent type exposes the following members.

Properties
  NameDescription
Public propertyComponentName
Gets the name of the component which is to be rendered
Top
Methods
  NameDescription
Public methodRender
Renders the specified view component
Public methodValidate
Returns true if this component renderer can render the specified element
Top
See Also