SanteDBConfiguration Methods |
The SanteDBConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSectionT |
Add the specified section
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetSection(Type) |
Gets the section of specified type.
| |
| GetSectionT |
Get the specified section
| |
| GetType | (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 | (Inherited from Object.) | |
| Validate |
Validate the specified configuration stream
|
| 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.) |