Click or drag to resize
IServiceTypeRegistryTServiceIsRegistered Method
If type is registered returns true, otherwise false

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool IsRegistered(
	Type aType
)

Parameters

aType
Type: SystemType
This has to be an abstract factory type

Return Value

Type: Boolean
See Also