Click or drag to resize

SQLiteMailPersistenceService Class

Alert persistence service
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.SQLite.MailSQLiteMailPersistenceService

Namespace:  SanteDB.DisconnectedClient.SQLite.Mail
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public class SQLiteMailPersistenceService : IDataPersistenceService<MailMessage>, 
	IServiceImplementation

The SQLiteMailPersistenceService type exposes the following members.

Constructors
  NameDescription
Public methodSQLiteMailPersistenceService
Alert persistence ctor
Top
Properties
  NameDescription
Public propertyServiceName
Get the service name
Top
Methods
  NameDescription
Public methodCount
Count the number of alerts matching the query expression
Protected methodCreateConnection
Creates the connection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Get the alert message
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(Object)
Generic version of insert
Public methodInsert(MailMessage, TransactionMode, IPrincipal)
Insert the specified object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObsolete(Object)
Obsoletes an alert message
Public methodObsolete(MailMessage, TransactionMode, IPrincipal)
Obsolete an alert message
Public methodQuery(ExpressionFuncMailMessage, Boolean, IPrincipal)
Query for alerts
Public methodQuery(Expression, Int32, NullableInt32, Int32)
Perform a generic query
Public methodQuery(ExpressionFuncMailMessage, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortMailMessage)
Query for alerts with restrictions
Public methodQuery(ExpressionFuncMailMessage, Boolean, Int32, NullableInt32, Int32, Guid, IPrincipal, ModelSortMailMessage)
Query with query id
Public methodQueryFast
Perform a fast query
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(Object)
Update the specified data
Public methodUpdate(MailMessage, TransactionMode, IPrincipal)
Update the alert message
Top
Events
Fields
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.)
Top
See Also