Sante |
The SanteDBConfiguration type exposes the following members.
| 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) | |
| 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) | |
| IsMonoRuntime |
Determine if this is running under mono
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |