Click or drag to resize

IBiViewComponentValidate Method

Returns true if this component renderer can render the specified element

Namespace:  SanteDB.BI.Components
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
bool Validate(
	XElement element,
	IRenderContext context
)

Parameters

element
Type: System.Xml.LinqXElement
The element being tested for render
context
Type: SanteDB.BI.RenderingIRenderContext
The rendering context in which the view component is being run

Return Value

Type: Boolean
The render object
See Also