![]() | FileSystemQueueFeature Methods |
The FileSystemQueueFeature type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateInstallTasks |
Creates one or more IConfigurationTask instances which can be executed to setup the feature
(Inherited from GenericServiceFeature<TService>.) |
![]() | CreateUninstallTasks |
Creates one or more IConfigurationTask instances which can be executed to remove the feature from SanteDB
(Inherited from GenericServiceFeature<TService>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDefaultConfiguration |
Returns the default configuration object for this service (so the configuration tool can expose the options to the user)
(Overrides GenericServiceFeature<TService>.GetDefaultConfiguration().) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | QueryState |
Query the status of the feature in configuration (Inherited from GenericServiceFeature<TService>.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Convert<TReturn> |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |