![]() | DbMailMessage Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Mail
The DbMailMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbMailMessage | Initializes a new instance of the DbMailMessage class |
![]() | DbMailMessage(MailMessage) |
Creates a new alert message
|
Name | Description | |
---|---|---|
![]() | Body |
Body of the message
|
![]() | CreatedBy |
The principal that created the message
|
![]() | CreationTime |
The time that the message was created
|
![]() | Flags |
Gets or sets the status of the alert
|
![]() | From |
Gets or sets the "from" subject if it is a human based message
|
![]() | Id |
Identifier
|
![]() | Recipient |
The intended recipient of this message
|
![]() | Subject |
Gets or sets the subject
|
![]() | TimeStamp |
Gets or sets the time
|
![]() | To |
Identifies the to
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToAlert |
Gets the alert
|
![]() | 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.) |