| PluginEnvironment Enumeration |
Identifies the type/environment that the plugin contained within the assembly operates in
Namespace:
SanteDB.Core.Attributes
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax [FlagsAttribute]
public enum PluginEnvironment
<FlagsAttribute>
Public Enumeration PluginEnvironment
[FlagsAttribute]
public enum class PluginEnvironment
[<FlagsAttribute>]
type PluginEnvironment
Members
| Member name | Value | Description |
---|
| Server | 1 |
The plugin works on the server only
|
| Client | 2 |
The plugin works on the client environment only
|
| ServerOrMobile | 3 |
The plugin works either on server or client
|
See Also