Show / Hide Table of Contents

Interface IMessageMatch

Contract for message matching criteria.

Inherited Members
IExpando.HasDynamicMember(String)
IExpando.ToDictionary(Func<String, String>, Func<Object, Object>)
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
IIndexable.Item[String]
Namespace: Kephas.Messaging
Assembly: Kephas.Messaging.dll
Syntax
public interface IMessageMatch : IExpando, IDynamicMetaObjectProvider, IIndexable

Properties

| Improve this Doc View Source

EnvelopeType

Gets the type of the envelope.

Declaration
Type EnvelopeType { get; }
Property Value
Type Description
System.Type

The type of the envelope.

| Improve this Doc View Source

EnvelopeTypeMatching

Gets the envelope type matching.

Declaration
MessageTypeMatching EnvelopeTypeMatching { get; }
Property Value
Type Description
MessageTypeMatching

The envelope type matching.

| Improve this Doc View Source

MessageId

Gets the identifier of the message.

Declaration
object MessageId { get; }
Property Value
Type Description
System.Object

The identifier of the message.

| Improve this Doc View Source

MessageIdMatching

Gets the message identifier matching.

Declaration
MessageIdMatching MessageIdMatching { get; }
Property Value
Type Description
MessageIdMatching

The message identifier matching.

| Improve this Doc View Source

MessageType

Gets the type of the message.

Declaration
Type MessageType { get; }
Property Value
Type Description
System.Type

The type of the message.

| Improve this Doc View Source

MessageTypeMatching

Gets the message type matching.

Declaration
MessageTypeMatching MessageTypeMatching { get; }
Property Value
Type Description
MessageTypeMatching

The message type matching.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX