SanteDBConfiguration Class |
Namespace: SanteDB.Core.Configuration
The SanteDBConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SanteDBConfiguration |
SanteDB configuration
|
Name | Description | |
---|---|---|
Includes |
Includes
| |
Sections |
Configuration sections
| |
SectionTypes |
Gets the list of section types in this configuration
(Inherited from SanteDBBaseConfiguration.) | |
Version |
Gets or sets the version of the configuration
|
Name | Description | |
---|---|---|
AddSectionT |
Add the specified section
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSection(Type) |
Gets the section of specified type.
| |
GetSectionT |
Get the specified section
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Load the specified dataStream.
| |
RemoveSection(Type) |
Remove the specified section
| |
RemoveSectionT |
Remove the specified section
| |
Save |
Save the configuration to the specified data stream
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ConvertTReturn |
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.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) | |
GetServiceDescription |
Gets the service description.
(Defined by ConfigurationExtensions.) |