Click or drag to resize

OrmAleFeatureQueryState Method

Query the status of the feature in configuration

Namespace: SanteDB.OrmLite.Configuration.Features
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public FeatureInstallState QueryState(
	SanteDBConfiguration configuration
)

Parameters

configuration  SanteDBConfiguration
The configuration which is being edited by the configuration tool. This is the configuration in which the feature implementation should look for install state

Return Value

FeatureInstallState
The feature installation state

Implements

IFeatureQueryState(SanteDBConfiguration)
See Also