%PDF- %PDF-
Direktori : /mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/ |
Current File : //mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/Tix.Messaging.Business.xml |
<?xml version="1.0"?> <doc> <assembly> <name>Tix.Messaging.Business</name> </assembly> <members> <member name="T:Tix.Messaging.Business.EasyNetQReplacements.TixTypeNameSerializer"> <summary> The typename serializer used for tix messages. This is basically a copy of the EasyNetQ.LegacyTypeNameSerializer. We have to use the old syntax to be compatible with older versions, so we cannot switch easily. </summary> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixTypeNameSerializer.DeSerialize(System.String)"> <summary> Deserializes the type name. Expected format: [TypeNameWithNamespace]:[AssemblyName] </summary> <param name="typeName">The type name.</param> <returns>The resolved type.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixTypeNameSerializer.Serialize(System.Type)"> <summary> Serializes the type to the expected format: [TypeNameWithNamespace]:[AssemblyName] </summary> <param name="type">The type to serialize.</param> <returns>The serialized type name.</returns> </member> <member name="T:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer"> <summary> The message serializer. </summary> </member> <member name="F:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.typeNameSerializer"> <summary> The type name serializer </summary> </member> <member name="F:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.serializerSettings"> <summary> The serializer settings </summary> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.#ctor(EasyNetQ.ITypeNameSerializer)"> <summary> Initializes a new instance of the <see cref="T:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer"/> class. </summary> <param name="typeNameSerializer">The type name serializer.</param> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.MessageToBytes``1(``0)"> <summary> Messages to bytes. </summary> <typeparam name="T">The type of the input object.</typeparam> <param name="message">The message.</param> <returns>The bytes.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.MessageToString``1(``0)"> <summary> Messages to bytes. </summary> <typeparam name="T">The type of the input object.</typeparam> <param name="message">The message.</param> <returns>The bytes.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.BytesToMessage``1(System.Byte[])"> <summary> Byteses to message. </summary> <typeparam name="T">The type of the returned object.</typeparam> <param name="bytes">The bytes.</param> <returns>The object.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.BytesToMessage(System.Type,System.Byte[])"> <summary> Byteses to message. </summary> <param name="type">The type.</param> <param name="bytes">The bytes.</param> <returns>The object.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.StringToMessage``1(System.String)"> <summary> Byteses to message. </summary> <typeparam name="T">The type of the returned object.</typeparam> <param name="json">The bytes.</param> <returns>The object.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.StringToMessage(System.String,System.String)"> <summary> Byteses to message. </summary> <param name="typeName">Name of the type.</param> <param name="json">The json string.</param> <returns>The object.</returns> </member> <member name="M:Tix.Messaging.Business.EasyNetQReplacements.TixMessageJsonSerializer.StringToMessage(System.Type,System.String)"> <summary> Byteses to message. </summary> <param name="type">The type.</param> <param name="json">The json string.</param> <returns>The object.</returns> </member> <member name="T:Tix.Messaging.Business.Entities.MqReceiverQueue"> <summary> Mq Receiver Queue </summary> <summary> Represents the MqReceiverQueue. <para>Db Table: TIX_MQRECEIVERQUEUE</para> </summary> </member> <member name="F:Tix.Messaging.Business.Entities.MqReceiverQueue.SkipRetryCount"> <summary> Skip Retry count </summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqReceiverQueue.GetRetryCount"> <summary> Get current retry count </summary> <returns>The retry count.</returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqReceiverQueue.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Entities.MqReceiverQueue"/> class.</summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.MessageSequenceNumber"> <summary> Gets or sets the MessageSequenceNumber. <para>Db Column: MQMSGSEQNBR</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.ApplicationInstanceOid"> <summary> Gets or sets the ApplicationInstanceOid. <para>Db Column: APPLINSTOID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.ApplicationCode"> <summary> Gets or sets the ApplicationCode. <para>Db Column: APPLCODE</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.MessageId"> <summary> Gets or sets the MessageId. <para>Db Column: MQMSGID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.TransactionId"> <summary> Gets or sets the TransactionId. <para>Db Column: TRANSACTID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.CreationTime"> <summary> Gets or sets the CreationTime. <para>Db Column: CREATIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.StartTime"> <summary> Gets or sets the StartTime. <para>Db Column: STARTTIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.EndTime"> <summary> Gets or sets the EndTime. <para>Db Column: ENDTIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.StatusCode"> <summary> Gets or sets the StatusCode. <para>Db Column: MQMSGSTATCODE</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.StatusCodeRaw"> <summary>Gets or sets the StatusCode.</summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.ExceptionDetail"> <summary> Gets or sets the ExceptionDetail. <para>Db Column: EXCPTDTL</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.RetryCount"> <summary> Gets or sets the RetryCount. <para>Db Column: RETRYCNT</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.QueueName"> <summary> Gets or sets the QueueName. <para>Db Column: MQQUEUENAME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.ReceiverConnectionName"> <summary> Gets or sets the ReceiverConnectionName. <para>Db Column: RECVCONNNAME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqReceiverQueue.Message"> <summary>Gets or sets the Message.</summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqReceiverQueue.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqReceiverQueue.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqReceiverQueue.ToString"> <summary>Returns String representation of this class.</summary> <returns>String constructed with key attribute names </returns> </member> <member name="T:Tix.Messaging.Business.Entities.UnprocessedMessageInfo"> <summary> The unprocessed message info. </summary> </member> <member name="P:Tix.Messaging.Business.Entities.UnprocessedMessageInfo.Message"> <summary> Gets or sets the message. </summary> </member> <member name="P:Tix.Messaging.Business.Entities.UnprocessedMessageInfo.ReceiverQueueOid"> <summary> Gets or sets the receiver queue oid. </summary> </member> <member name="P:Tix.Messaging.Business.Entities.UnprocessedMessageInfo.RetryCount"> <summary> Gets or sets the retry count. </summary> </member> <member name="P:Tix.Messaging.Business.Entities.UnprocessedMessageInfo.MessageType"> <summary> Gets or sets the receiver queue oid. </summary> </member> <member name="T:Tix.Messaging.Business.Entities.MqMessage"> <summary> Represents the MqMessage. <para>Db Table: TIX_MQMESSAGE</para> </summary> </member> <member name="F:Tix.Messaging.Business.Entities.MqMessage.refCode"> <summary>The RefCode.</summary> </member> <member name="F:Tix.Messaging.Business.Entities.MqMessage.refType"> <summary>The RefType.</summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqMessage.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Entities.MqMessage"/> class.</summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.MessageId"> <summary> Gets or sets the MessageId. <para>Db Column: MQMSGID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.MessageType"> <summary> Gets or sets the MessageType. <para>Db Column: MSGTYPE</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.MessageDetail"> <summary> Gets or sets the MessageDetail. <para>Db Column: MSGDTL</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.CreationTime"> <summary> Gets or sets the CreationTime. <para>Db Column: CREATIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.Headers"> <summary> Gets or sets the Headers. <para>Db Column: MSGHDRS</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.RefCode"> <summary> Gets or sets the RefCode. <para>Db Column: REFCODE</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqMessage.RefType"> <summary> Gets or sets the RefType. <para>Db Column: REFTYPE</para> </summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqMessage.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqMessage.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqMessage.ToString"> <summary>Returns String representation of this class.</summary> <returns>String constructed with key attribute names </returns> </member> <member name="T:Tix.Messaging.Business.Entities.MqMessageMap"> <summary>Mapping for the <see cref="T:Tix.Messaging.Business.Entities.MqMessage" /> type.</summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqMessageMap.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Entities.MqMessageMap" /> class.</summary> <param name="userId">The user id.</param> </member> <member name="T:Tix.Messaging.Business.Entities.MqReceiverQueueMap"> <summary>Mapping for the <see cref="T:Tix.Messaging.Business.Entities.MqReceiverQueue" /> type.</summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqReceiverQueueMap.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Entities.MqReceiverQueueMap" /> class.</summary> <param name="userId">The user id.</param> </member> <member name="T:Tix.Messaging.Business.Entities.MqSenderQueue"> <summary> Represents the MqSenderQueue. <para>Db Table: TIX_MQSENDERQUEUE</para> </summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqSenderQueue.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Entities.MqSenderQueue"/> class.</summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.MessageSequenceNumber"> <summary> Gets or sets the MessageSequenceNumber. <para>Db Column: MQMSGSEQNBR</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.ApplicationInstanceOid"> <summary> Gets or sets the ApplicationInstanceOid. <para>Db Column: APPLINSTOID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.ApplicationCode"> <summary> Gets or sets the ApplicationCode. <para>Db Column: APPLCODE</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.MessageId"> <summary> Gets or sets the MessageId. <para>Db Column: MQMSGID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.TransactionId"> <summary> Gets or sets the TransactionId. <para>Db Column: TRANSACTID</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.CreationTime"> <summary> Gets or sets the CreationTime. <para>Db Column: CREATIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.StartTime"> <summary> Gets or sets the StartTime. <para>Db Column: STARTTIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.EndTime"> <summary> Gets or sets the EndTime. <para>Db Column: ENDTIME</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.StatusCode"> <summary> Gets or sets the StatusCode. <para>Db Column: MQMSGSTATCODE</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.StatusCodeRaw"> <summary>Gets or sets the StatusCode.</summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.ExceptionDetail"> <summary> Gets or sets the ExceptionDetail. <para>Db Column: EXCPTDTL</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.RetryCount"> <summary> Gets or sets the RetryCount. <para>Db Column: RETRYCNT</para> </summary> </member> <member name="P:Tix.Messaging.Business.Entities.MqSenderQueue.Message"> <summary>Gets or sets the Message.</summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqSenderQueue.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.</summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqSenderQueue.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Messaging.Business.Entities.MqSenderQueue.ToString"> <summary>Returns String representation of this class.</summary> <returns>String constructed with key attribute names </returns> </member> <member name="T:Tix.Messaging.Business.Entities.MqSenderQueueMap"> <summary>Mapping for the <see cref="T:Tix.Messaging.Business.Entities.MqSenderQueue" /> type.</summary> </member> <member name="M:Tix.Messaging.Business.Entities.MqSenderQueueMap.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Entities.MqSenderQueueMap" /> class.</summary> <param name="userId">The user id.</param> </member> <member name="T:Tix.Messaging.Business.Enums.SenderMessageStatusCodes"> <summary>Status codes of MQ messages.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.SenderMessageStatusCodes.Created"> <summary>The message was created and is waiting for sending or processing.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.SenderMessageStatusCodes.Error"> <summary>The message was not sent or processed.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.SenderMessageStatusCodes.Sent"> <summary>Message was sent and sender received acknowledge response.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.SenderMessageStatusCodes.Resend"> <summary>Message was should be sent again (triggered by user).</summary> </member> <member name="F:Tix.Messaging.Business.Enums.SenderMessageStatusCodes.NoRoute"> <summary>Message was sent, but there was no receiver for that message.</summary> </member> <member name="T:Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes"> <summary>Status codes of MQ messages.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes.Created"> <summary>The message was created and is waiting for sending or processing.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes.Error"> <summary>The message was not sent or processed.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes.Processed"> <summary>Message was processed on receiver side.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes.Filtered"> <summary>Message was filtered on receiver side.</summary> </member> <member name="F:Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes.ProcessedWithMessage"> <summary>Message was processed on receiver side, but there is an additional message.</summary> </member> <member name="T:Tix.Messaging.Business.Handler.ApplicationInstanceHandler"> <summary>Handler for application instances.</summary> </member> <member name="F:Tix.Messaging.Business.Handler.ApplicationInstanceHandler.InsertAndRetryToGetApplicationOidForAssemblyNameLock"> <summary>The lock for InsertAndRetryToGetApplicationOidForAssemblyName.</summary> </member> <member name="F:Tix.Messaging.Business.Handler.ApplicationInstanceHandler.AssemblyApplicationInfos"> <summary>The current oid.</summary> </member> <member name="M:Tix.Messaging.Business.Handler.ApplicationInstanceHandler.GetApplicationInfoForAssembly(System.String)"> <summary>Gets the current application instance oid.</summary> <param name="callingAssembly">The calling assembly.</param> <returns>Oid of current application instance.</returns> </member> <member name="M:Tix.Messaging.Business.Handler.ApplicationInstanceHandler.GetRegisteredApplicationInfoForAssemblyName(System.String)"> <summary> Gets the name of the registered application oid for assembly. </summary> <param name="callingAssembly">The calling assembly.</param> <returns>The application oid for the given assembly name.</returns> </member> <member name="M:Tix.Messaging.Business.Handler.ApplicationInstanceHandler.InsertAndRetryToGetApplicationOidForAssemblyName(Tix.Runtime.IApplication)"> <summary> Inserts the name of the and retry to get application oid for assembly. </summary> <param name="application">The application.</param> <returns>The application oid for the given assembly name.</returns> </member> <member name="T:Tix.Messaging.Business.Handler.ApplicationInstanceInfo"> <summary> Information about a running application. </summary> </member> <member name="M:Tix.Messaging.Business.Handler.ApplicationInstanceInfo.#ctor(Tix.Runtime.IApplication,System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Handler.ApplicationInstanceInfo"/> class. </summary> <param name="application">The application.</param> <param name="instanceOid">The instance oid.</param> </member> <member name="P:Tix.Messaging.Business.Handler.ApplicationInstanceInfo.InstanceOid"> <summary> Gets the instance oid. </summary> </member> <member name="P:Tix.Messaging.Business.Handler.ApplicationInstanceInfo.ApplicationCode"> <summary> Gets the application code. </summary> </member> <member name="T:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter"> <summary>The message sequence number converter.</summary> </member> <member name="F:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter.StartValue"> <summary>The start value.</summary> </member> <member name="F:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter.MaxValue"> <summary>The max value.</summary> </member> <member name="F:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter.counter"> <summary>The counter.</summary> </member> <member name="M:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter"/> class.</summary> </member> <member name="M:Tix.Messaging.Business.Converters.MessageSequenceNumberConverter.ConvertTo(System.DateTime)"> <summary>Convert dateTime to message sequence number.</summary> <param name="dateTime">DateTime that will be used as part of message sequence number.</param> <returns>A message sequence number in format [DD.MM.YY HH:mm:ss,fffffff]-[counter] where counter can contain max 3 digits.</returns> </member> <member name="T:Tix.Messaging.Business.Converters.MessageTypeConverter"> <summary>The message type handler.</summary> </member> <member name="M:Tix.Messaging.Business.Converters.MessageTypeConverter.ConvertTo(System.Type)"> <summary>Convert Type to string message type.</summary> <param name="type">System.Type.</param> <returns>Type in format [type full name]:[assembly full name].</returns> </member> <member name="M:Tix.Messaging.Business.Converters.MessageTypeConverter.ConvertFrom(System.String)"> <summary>Convert Type to string message type.</summary> <param name="messageType">The message type in format [type full name]:[assembly full name].</param> <returns>A system type.</returns> </member> <member name="M:Tix.Messaging.Business.Converters.MessageTypeConverter.GetMessagesWithSendAs"> <summary> Gets all message types with "SendAs" attributes. </summary> <returns>The dictionary.</returns> </member> <member name="M:Tix.Messaging.Business.Converters.MessageTypeConverter.FindWithSendAs(System.String)"> <summary> Finds the message type by checking the "SendAs" attributes </summary> <param name="messageType">The encoded message type.</param> <returns>The found type or null if not existing.</returns> </member> <member name="T:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository"> <summary>Repository for MqReceiverQueue entity.</summary> </member> <member name="F:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository.UnprocessedStates"> <summary> The states that are considered as unprocessed </summary> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository.Add(Tix.Messaging.Business.Entities.MqReceiverQueue)"> <summary>Adds the specified entity.</summary> <param name="entity">The entity.</param> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository.GetByReceiverQueueOid(System.String)"> <summary>Gets one row for given received message oid.</summary> <param name="receiverQueueOid">The message id.</param> <returns>One entity instance.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository.FindBy(System.Linq.Expressions.Expression{System.Func{Tix.Messaging.Business.Entities.MqReceiverQueue,System.Boolean}})"> <summary> Find by criteria </summary> <param name="criteria">The criteria.</param> <returns> Collection of messages with criteria </returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository.GetUnprocessedMessages(System.String)"> <summary>Gets the unprocessed messages.</summary> <param name="queueName">The queue name</param> <returns>Unprocessed messages.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqReceiverQueueRepository.UpdateStatus(System.String,System.String,Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes,System.DateTime,System.DateTime,System.String)"> <summary>Updates the status.</summary> <param name="receiverQueueOid">The message oid.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="status">The status.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="errorMessage">The error message.</param> </member> <member name="T:Tix.Messaging.Business.Repositories.EntityFramework.MqMessageRepository"> <summary>Repository for MqSenderQueue entity.</summary> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqMessageRepository.Get(System.String)"> <summary>Gets the message with the specified message oid.</summary> <param name="messageOid">The message oid.</param> <returns>Gets the message exists with given OID.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqMessageRepository.Exists(System.String)"> <summary>Checks if a message with the specified message oid exists.</summary> <param name="messageOid">The message oid.</param> <returns>True if message exists with given OID.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqMessageRepository.RemoveOldEntries(System.TimeSpan)"> <summary> Removes all entries older than the given timespan. </summary> <param name="olderThan">The given timespan.</param> <returns>The number of deleted entries (sender queue, receiver queue, messages).</returns> </member> <member name="T:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository"> <summary>Repository for MqSenderQueue entity.</summary> </member> <member name="F:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.UnsentStates"> <summary> The states that are considered as unprocessed </summary> </member> <member name="F:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.Logger"> <summary>The logger</summary> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.Add(Tix.Messaging.Business.Entities.MqSenderQueue)"> <summary> Sets an entity to modified or adds it to the context if it is new. Please use "Add>T%lt;" if you are sure that the entity cannot be there yet. </summary> <param name="entity">The entity.</param> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.GetByMessageId(System.String)"> <summary>Gets one row for given message id.</summary> <param name="messageId">The message id.</param> <returns>One entity instance.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.GetByOid(System.String)"> <summary>Gets one row for given oid.</summary>> <param name="oid">The oid.</param> <returns>The MqSenderQueue.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.GetUnsentMessages(System.String[])"> <summary>Gets the unsent messages.</summary> <param name="applications">The applications.</param> <returns>The unsent messages from the sender queue.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.UpdateSenderStatusByMessageId(System.String,System.String,Tix.Messaging.Business.Enums.SenderMessageStatusCodes,System.DateTime,System.DateTime,System.String,Tix.DataAccess.Database.IDatabaseContext)"> <summary>Updates the status.</summary> <param name="messageId">The message oid.</param> <param name="messageType">The type of the message.</param> <param name="status">The status.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="errorMessage">The error message.</param> <param name="context">The database context to use</param> <returns>The number of updated rows.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.ResetResentStatus(Tix.Messaging.Business.Entities.MqSenderQueue,Tix.DataAccess.Interfaces.ITixUser)"> <summary> Reset retry count </summary> <param name="mqSenderQueue">The mq sender queue</param> <param name="user">The user</param> </member> <member name="M:Tix.Messaging.Business.Repositories.EntityFramework.MqSenderQueueRepository.UpdateUser(Tix.Messaging.Business.Entities.MqSenderQueue,Tix.DataAccess.Interfaces.ITixUser)"> <summary> Sets the UBY in the sender queue. Needed to track the last one that resent a message. </summary> <param name="mqSenderQueue">The mq sender queue</param> <param name="user">The user</param> </member> <member name="T:Tix.Messaging.Business.Repositories.IMqMessageRepository"> <summary>Repository interface for MqReceiverQueue entity.</summary> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqMessageRepository.Get(System.String)"> <summary>Gets the message with the specified message oid.</summary> <param name="messageOid">The message oid.</param> <returns>Gets the message exists with given OID.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqMessageRepository.Exists(System.String)"> <summary>Checks if a message with the specified message oid exists.</summary> <param name="messageOid">The message oid.</param> <returns>True if message exists with given OID.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqMessageRepository.RemoveOldEntries(System.TimeSpan)"> <summary> Removes all entries older than the given timespan. </summary> <param name="olderThan">The given timespan.</param> <returns>The number of deleted entries (senderqueue, receiverqueue, messages).</returns> </member> <member name="T:Tix.Messaging.Business.Repositories.IMqReceiverQueueRepository"> <summary>Repository interface for MqReceiverQueue entity.</summary> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqReceiverQueueRepository.GetByReceiverQueueOid(System.String)"> <summary>Gets one row for given message id.</summary> <param name="receiverQueueOid">The receiver queue oid.</param> <returns>One entity instance.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqReceiverQueueRepository.FindBy(System.Linq.Expressions.Expression{System.Func{Tix.Messaging.Business.Entities.MqReceiverQueue,System.Boolean}})"> <summary> Find by criteria </summary> <param name="criteria">The criteria.</param> <returns>Collection of messages with criteria</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqReceiverQueueRepository.GetUnprocessedMessages(System.String)"> <summary>Gets the unprocessed messages.</summary> <param name="queueName">The queue name.</param> <returns>Unprocessed messages.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqReceiverQueueRepository.UpdateStatus(System.String,System.String,Tix.Messaging.Business.Enums.ReceiverMessageStatusCodes,System.DateTime,System.DateTime,System.String)"> <summary>Updates the status.</summary> <param name="receiverQueueOid">The receiver queue oid.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="status">The status.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="errorMessage">The error message.</param> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqReceiverQueueRepository.Add(Tix.Messaging.Business.Entities.MqReceiverQueue)"> <summary> Sets an entity to modified or adds it to the context if it is new. Please use "Add>T%lt;" if you are sure that the entity cannot be there yet. </summary> <param name="entity">The entity.</param> </member> <member name="T:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository"> <summary>Repository interface for MqSenderQueue entity.</summary> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.UpdateSenderStatusByMessageId(System.String,System.String,Tix.Messaging.Business.Enums.SenderMessageStatusCodes,System.DateTime,System.DateTime,System.String,Tix.DataAccess.Database.IDatabaseContext)"> <summary>Updates the status.</summary> <param name="messageId">The properties message identifier.</param> <param name="messageType">The message type.</param> <param name="status">The status.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="errorMessage">The error message.</param> <param name="context">The database context to use</param> <returns>The number of affected rows.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.GetByMessageId(System.String)"> <summary>Gets one row for given message id.</summary> <param name="messageId">The message id.</param> <returns>One entity instance.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.GetByOid(System.String)"> <summary>Gets one row for given oid.</summary> <param name="oid">The oid.</param> <returns>The MqSenderQueue.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.GetUnsentMessages(System.String[])"> <summary>Gets the unsent messages.</summary> <param name="applications">The applications.</param> <returns>The unsent messages from the sender queue.</returns> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.Add(Tix.Messaging.Business.Entities.MqSenderQueue)"> <summary> Sets an entity to modified or adds it to the context if it is new. Please use "Add>T%lt;" if you are sure that the entity cannot be there yet. </summary> <param name="entity">The entity.</param> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.UpdateUser(Tix.Messaging.Business.Entities.MqSenderQueue,Tix.DataAccess.Interfaces.ITixUser)"> <summary> Sets the UBY in the sender queue. Needed to track the last one that resent a message. </summary> <param name="mqSenderQueue">The mq sender queue</param> <param name="user">The user</param> </member> <member name="M:Tix.Messaging.Business.Repositories.IMqSenderQueueRepository.ResetResentStatus(Tix.Messaging.Business.Entities.MqSenderQueue,Tix.DataAccess.Interfaces.ITixUser)"> <summary> Reset resent count </summary> <param name="mqSenderQueue">The mq sender queue</param> <param name="user">The user</param> </member> <member name="T:Tix.Messaging.Business.Storages.IMessageQueueReceiverStorage"> <summary>Interface for message queue storage.</summary> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueReceiverStorage.StoreReceiverMessage(EasyNetQ.IMessage,System.String,System.String,System.String,System.Boolean)"> <summary> Stores the receiver message. </summary> <param name="message">The message.</param> <param name="queueName">The name of the queue that contained the message.</param> <param name="callingAssembly">The calling assembly name.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="isFiltered">Indicates whether the message is filtered or if it's going to be processed.</param> <returns>The new entry.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueReceiverStorage.GetUnprocessedMessages(System.String)"> <summary>Gets the unprocessed messages.</summary> <param name="queueName">The queue name</param> <returns>All messages that were not processed by receiver.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueReceiverStorage.SaveExceptionForReceivedMessage(System.String,System.String,System.String,System.DateTime,System.DateTime,System.Boolean)"> <summary>Saves the exception.</summary> <param name="receiverQueueOid">The oid of the receiver queue entry.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="e">The exception to store.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="retry">if set to <c>true</c>, increase retry count; for <c>false</c> set it to 1000 to disable the retry.</param> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueReceiverStorage.UpdateStatusToProcessed(System.String,System.String,System.DateTime,System.DateTime)"> <summary>Updates the status to processed.</summary> <param name="messageId">The message.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueReceiverStorage.UpdateStatusToProcessedWithMessage(System.String,System.String,System.DateTime,System.DateTime,System.String)"> <summary>Updates the status to processed.</summary> <param name="messageId">The message.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="message">The processing message.</param> </member> <member name="T:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage"> <summary>Interface for message queue storage.</summary> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage.CreateSenderMessage(Tix.Runtime.TixMessage,System.String)"> <summary>Stores the sender message.</summary> <param name="message">The message.</param> <param name="callingAssembly">The calling assembly name.</param> <returns>The stored sender queue entry.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage.GetUnsentMessages(System.String[])"> <summary>Gets the unsent messages.</summary> <param name="applications">The application codes to check.</param> <returns>All messages that were not send.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage.DeserializeMessageFromSenderQueue(Tix.Messaging.Business.Entities.MqSenderQueue)"> <summary> Deserializes the message from sender queue. </summary> <param name="senderQueueEntry">The sender queue entry.</param> <returns>The deserialized message.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage.SetErrorByMessageId(System.String,System.String,System.DateTime,System.DateTime,System.String,Tix.DataAccess.Database.IDatabaseContext)"> <summary> Saves the exception. </summary> <param name="messageId">The message.</param> <param name="messageType">The message type.</param> <param name="publishStartTime">The publish start time.</param> <param name="endTime">The end time.</param> <param name="errorMessage">The error message.</param> <param name="context">The database context to use</param> <returns>The number of affected records.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage.SetErrorByMessageId(System.String,System.String,System.DateTime,System.DateTime,System.Exception,Tix.DataAccess.Database.IDatabaseContext)"> <summary> Saves the exception. </summary> <param name="messageId">The message.</param> <param name="messageType">The message type.</param> <param name="publishStartTime">The publish start time.</param> <param name="endTime">The end time.</param> <param name="e">The exception.</param> <param name="context">The database context to use</param> <returns>The number of affected records.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage.SetToSentByMessageId(System.String,System.String,System.DateTime,System.DateTime,Tix.DataAccess.Database.IDatabaseContext)"> <summary> Sets the message status to sent by message identifier. </summary> <param name="messageId">The message message oid.</param> <param name="messageType">The message type.</param> <param name="publishStartTime">The publish start time.</param> <param name="endTime">The end time.</param> <param name="context">The database context to use</param> <returns>The number of affected records.</returns> </member> <member name="T:Tix.Messaging.Business.Storages.MessageQueueStorageBase"> <summary> Handles messages for the storage </summary> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueStorageBase.messageTypeHandler"> <summary>The message type handler.</summary> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueStorageBase.serializer"> <summary>The serializer.</summary> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueStorageBase.messageSequenceNumberConverter"> <summary>The message sequence number converter.</summary> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueStorageBase.applicationInstanceHandler"> <summary>The application instance handler.</summary> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.GetExceptionText(System.Exception)"> <summary> Gets the exception text to store to database. </summary> <param name="e">The exception.</param> <returns>The exception to store in the database.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.ConstructMessage(System.String,System.Type,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime})"> <summary> Constructs the message. </summary> <param name="messageId">The message identifier.</param> <param name="messageType">Type of the message.</param> <param name="headers">The message headers.</param> <param name="refType">Type of the reference.</param> <param name="refCode">The reference code.</param> <param name="messageBody">The message body.</param> <param name="queueCreationTime">The creation time of the queue entry.</param> <returns> The message. </returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.DeserializeMessage(System.String,System.String,System.String,System.String,System.String,System.String)"> <summary> Deserializes the message. </summary> <param name="messageOid">The message oid.</param> <param name="messageType">Type of the message.</param> <param name="messageDetail">The message detail stored as json.</param> <param name="applicationCode">The application code.</param> <param name="userId">The user identifier.</param> <param name="transactionId">The transaction identifier.</param> <returns> TixMessage instance from json. </returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.GetCurrentApplicationInstanceInfo(System.String)"> <summary> Gets the current application instance oid. </summary> <param name="callingAssembly">The calling assembly.</param> <returns>The current application instance oid.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.MessageToString(System.Object)"> <summary> Messages to string. </summary> <param name="message">The message.</param> <returns>The stringified message.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.GetMessageSequenceNumber(System.DateTime)"> <summary> Gets the message sequence number. </summary> <param name="creationTimeValue">The creation time value.</param> <returns>The message sequence number.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueStorageBase.CheckIfMessageIsDeserializable(System.String,System.Type)"> <summary> Checks if message is deserializable. </summary> <param name="messageBody">The message body.</param> <param name="type">The type.</param> </member> <member name="T:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage"> <summary>Storage for receiver queue.</summary> <seealso cref="T:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage" /> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.Logger"> <summary>The logger</summary> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.receiverRepository"> <summary>The receiver repository.</summary> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.messageRepository"> <summary>The message repository.</summary> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.StoreReceiverMessage(EasyNetQ.IMessage,System.String,System.String,System.String,System.Boolean)"> <summary> Stores the receiver message. </summary> <param name="message">The message.</param> <param name="queueName">The name of the queue that contained the message.</param> <param name="callingAssembly">The calling assembly.</param> <param name="receiverConnectionName">The connection name of the receiver.</param> <param name="isFiltered">Indicates whether the message is filtered or if it's going to be processed.</param> <returns> The new entry. </returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.GetUnprocessedMessages(System.String)"> <summary>Gets the unprocessed messages.</summary> <param name="queueName">The queue name</param> <returns>All messages that were not processed by receiver.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.SaveExceptionForReceivedMessage(System.String,System.String,System.String,System.DateTime,System.DateTime,System.Boolean)"> <summary> Saves the exception. </summary> <param name="receiverQueueOid">The oid of the receiver queue entry.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="e">The formatted exception to store.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="retry">if set to <c>true</c>, increase retry count; for <c>false</c> set it to 1000 to disable the retry.</param> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.UpdateStatusToProcessed(System.String,System.String,System.DateTime,System.DateTime)"> <summary>Updates the status to processed.</summary> <param name="receiverQueueOid">The receiver queue oid.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueReceiverStorage.UpdateStatusToProcessedWithMessage(System.String,System.String,System.DateTime,System.DateTime,System.String)"> <summary>Updates the status to processed.</summary> <param name="receiverQueueOid">The receiver queue oid.</param> <param name="receiverConnectionName">The current receiver's connection name.</param> <param name="startTime">The start time.</param> <param name="endTime">The end time.</param> <param name="message">The additional message.</param> </member> <member name="T:Tix.Messaging.Business.Storages.MessageQueueSenderStorage"> <summary>Storage for sender queue.</summary> <seealso cref="T:Tix.Messaging.Business.Storages.IMessageQueueSenderStorage" /> </member> <member name="F:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.senderRepository"> <summary>The sender repository.</summary> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.GetUnsentMessages(System.String[])"> <summary>Gets the unsent messages.</summary> <param name="applications">The application codes to check.</param> <returns>All messages that were not send.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.DeserializeMessageFromSenderQueue(Tix.Messaging.Business.Entities.MqSenderQueue)"> <summary> Deserializes the message from sender queue. </summary> <param name="senderQueueEntry">The sender queue entry.</param> <returns>The deserialized message.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.CreateSenderMessage(Tix.Runtime.TixMessage,System.String)"> <summary> Stores the sender message. </summary> <param name="message">The message.</param> <param name="callingAssembly">The calling assembly name.</param> <returns>The stored sender queue entry.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.SetErrorByMessageId(System.String,System.String,System.DateTime,System.DateTime,System.Exception,Tix.DataAccess.Database.IDatabaseContext)"> <summary> Saves the exception. </summary> <param name="messageId">The message.</param> <param name="messageType">The message type.</param> <param name="publishStartTime">The publish start time.</param> <param name="endTime">The end time.</param> <param name="e">The exception.</param> <param name="context">The database context to use</param> <returns>The number of affected records.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.SetErrorByMessageId(System.String,System.String,System.DateTime,System.DateTime,System.String,Tix.DataAccess.Database.IDatabaseContext)"> <summary> Saves the exception. </summary> <param name="messageId">The message.</param> <param name="messageType">The message type.</param> <param name="publishStartTime">The publish start time.</param> <param name="endTime">The end time.</param> <param name="errorMessage">The error message.</param> <param name="context">The database context to use</param> <returns>The number of affected records.</returns> </member> <member name="M:Tix.Messaging.Business.Storages.MessageQueueSenderStorage.SetToSentByMessageId(System.String,System.String,System.DateTime,System.DateTime,Tix.DataAccess.Database.IDatabaseContext)"> <summary> Sets the message status to sent by message identifier. </summary> <param name="messageId">The message message oid.</param> <param name="messageType">The message type.</param> <param name="publishStartTime">The publish start time.</param> <param name="endTime">The end time.</param> <param name="context">The database context to use</param> <returns>The number of affected records.</returns> </member> <member name="T:Tix.Messaging.Business.TixMessageHelper"> <summary> Helper methods for mq. </summary> </member> <member name="M:Tix.Messaging.Business.TixMessageHelper.HeaderValueToString(System.Object)"> <summary> Converts the header value to string. </summary> <param name="headerValue">The headerValue.</param> <returns>The stringified header value.</returns> </member> <member name="M:Tix.Messaging.Business.TixMessageHelper.GetHeadersFromMessage(Tix.Runtime.TixMessage)"> <summary> Gets the headers from message. </summary> <param name="tixMessage">The message.</param> <returns>A dictionary of header key/value.</returns> </member> <member name="M:Tix.Messaging.Business.TixMessageHelper.GetRefCodeFromMessage(Tix.Runtime.TixMessage)"> <summary> Gets the headers from message. </summary> <param name="tixMessage">The message.</param> <returns>A dictionary of header key/value.</returns> </member> </members> </doc>