Show / Hide Table of Contents

Class ImportEntitySuccessfulMessage

The import entity successful message.

Inheritance
System.Object
OperationMessage
ImportEntitySuccessfulMessage
Implements
IOperationMessage
Inherited Members
OperationMessage.Message
OperationMessage.Timestamp
OperationMessage.ToString()
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)
Namespace: Kephas.Data.IO.Import
Assembly: Kephas.Data.IO.dll
Syntax
public class ImportEntitySuccessfulMessage : OperationMessage, IOperationMessage

Constructors

| Improve this Doc View Source

ImportEntitySuccessfulMessage(Object)

Initializes a new instance of the ImportEntitySuccessfulMessage class.

Declaration
public ImportEntitySuccessfulMessage(object entity)
Parameters
Type Name Description
System.Object entity

The entity.

| Improve this Doc View Source

ImportEntitySuccessfulMessage(String, Object)

Initializes a new instance of the ImportEntitySuccessfulMessage class.

Declaration
public ImportEntitySuccessfulMessage(string message, object entity)
Parameters
Type Name Description
System.String message

The message.

System.Object entity

The entity.

Implements

IOperationMessage

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