Show / Hide Table of Contents

Interface IEntityMessage

Contract for messages targeting a specific entity.

Namespace: Kephas.Data.Endpoints
Assembly: Kephas.Data.Endpoints.dll
Syntax
public interface IEntityMessage : IMessage

Properties

| Improve this Doc View Source

EntityRef

Gets or sets the entity reference, typically the ID.

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

The entity reference.

| Improve this Doc View Source

EntityType

Gets or sets the type of the entity.

Declaration
string EntityType { get; set; }
Property Value
Type Description
System.String

The type of the entity.

| Improve this Doc View Source

Options

Gets or sets options for controlling the operation.

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

The options.

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