Show / Hide Table of Contents

Enum MessageTypeMatching

Values that represent how the message type matches the handler.

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

Fields

Name Description
Type

The handler can handle messages of the indicated type.

TypeOrHierarchy

The handler can handle messages of the indicated type or any derived type.

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<MessageTypeMatching>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX