Show / Hide Table of Contents

Class EntityMessage

An entity message.

Inheritance
System.Object
EntityMessage
Implements
IEntityMessage
IMessage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Endpoints
Assembly: Kephas.Data.Endpoints.dll
Syntax
public abstract class EntityMessage : IEntityMessage, IMessage

Properties

| Improve this Doc View Source

EntityRef

Gets or sets the entity reference, typically the ID.

Declaration
public 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
public 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
public object Options { get; set; }
Property Value
Type Description
System.Object

The options.

Implements

IEntityMessage
IMessage

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