Click or drag to resize

SanteDBHostType Enumeration

SanteDB Host Type

Namespace:  SanteDB.Core
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum SanteDBHostType
Members
  Member nameValueDescription
Server1 Environment is a server
Client2 Environment is using client side API
Other3 Environment is not in either client or server
Test4 Environment is a test environment (like unit test)
Gateway5 Environment is a gateway environment (allow external connections)
Configuration6 Environment is configuration tooling (allows some validation to be skipped)
See Also