  | 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
Syntaxbool Validate(
	XElement element,
	IRenderContext context
)
Function Validate ( 
	element As XElement,
	context As IRenderContext
) As Boolean
bool Validate(
	XElement^ element, 
	IRenderContext^ context
)
abstract Validate : 
        element : XElement * 
        context : IRenderContext -> bool 
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: 
BooleanThe render object
See Also