Click or drag to resize

IDescribedConfigurationTask Interface

Defines a IConfigurationTask which has additional context such as a longer description and a help URL

Namespace: SanteDB.Core.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDescribedConfigurationTask : IConfigurationTask, 
	IReportProgressChanged

The IDescribedConfigurationTask type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalInformation Gets additional information about the task and what the task is performing
Public propertyDescription Get description of the task
(Inherited from IConfigurationTask)
Public propertyFeature Gets the feature that this task configures
(Inherited from IConfigurationTask)
Public propertyHelpUri A link to an external website where the administrator can get more information about the task
Public propertyName Get the name of the task to show on the user interface
(Inherited from IConfigurationTask)
Top
Methods
 NameDescription
Public methodExecute Execute the configuration task on configuration
(Inherited from IConfigurationTask)
Public methodRollback Rollback changes in the specified configuration
(Inherited from IConfigurationTask)
Public methodVerifyState Verify the task against configuration
(Inherited from IConfigurationTask)
Top
Events
 NameDescription
Public eventProgressChanged Fired when the progress of this instance has changed
(Inherited from IReportProgressChanged)
Top
See Also