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: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
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