Click or drag to resize

SanteDBConfiguration Class

Configuration table object
Inheritance Hierarchy

Namespace:  SanteDB.Core.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public sealed class SanteDBConfiguration : SanteDBBaseConfiguration

The SanteDBConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSanteDBConfiguration
SanteDB configuration
Top
Properties
  NameDescription
Public propertyIncludes
Includes
Public propertySections
Configuration sections
Public propertySectionTypes
Gets the list of section types in this configuration
(Inherited from SanteDBBaseConfiguration.)
Public propertyVersion
Gets or sets the version of the configuration
Top
Methods
  NameDescription
Public methodAddSectionT
Add the specified section
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSection(Type)
Gets the section of specified type.
Public methodGetSectionT
Get the specified section
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad
Load the specified dataStream.
Public methodRemoveSection(Type)
Remove the specified section
Public methodRemoveSectionT
Remove the specified section
Public methodSave
Save the configuration to the specified data stream
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Public Extension MethodGetServiceDescription
Gets the service description.
(Defined by ConfigurationExtensions.)
Top
See Also