Show / Hide Table of Contents

Enum MessageIdMatching

Values that represent how the message ID matches the handler, additionally to the message type.

Namespace: Kephas.Messaging.Composition
Assembly: Kephas.Messaging.dll
Syntax
public enum MessageIdMatching

Fields

Name Description
All

The handler can handle all messages, independent of the ID.

Id

The handler can handle messages with the indicated ID.

Extension Methods

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