Click or drag to resize

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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[FlagsAttribute]
public enum PluginEnvironment
Members
Member nameValueDescription
Server1 The plugin works on the server only
Client2 The plugin works on the client environment only
ServerOrMobile3 The plugin works either on server or client
See Also