Click or drag to resize

BiLinkComponentValidate Method

Returns true if this component renderer can render the specified element

Namespace: SanteDB.BI.Components.Base
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public bool Validate(
	XElement element,
	IRenderContext context
)

Parameters

element  XElement
The element being tested for render
context  IRenderContext
The rendering context in which the view component is being run

Return Value

Boolean
The render object

Implements

IBiViewComponentValidate(XElement, IRenderContext)
See Also