Table of Contents

Interface IMigrationInterceptorSummary

Namespace
GroupeIsa.Neos.Migration.History
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Provides the functionalities of a migration interceptor summary.

public interface IMigrationInterceptorSummary : IEquatable<IMigrationInterceptorSummary>
Inherited Members

Properties

ErrorDetail

Gets or sets the error detail.

string ErrorDetail { get; set; }

Property Value

string

ErrorMessage

Gets or sets the error message.

string ErrorMessage { get; set; }

Property Value

string

ExecutionStatus

Gets or sets the execution status.

MigrationInterceptorExecutionStatus ExecutionStatus { get; set; }

Property Value

MigrationInterceptorExecutionStatus

ExecutionTime

Gets or sets the execution time.

DateTime ExecutionTime { get; set; }

Property Value

DateTime

InterceptorTypeName

Gets or sets the interceptor type name.

string InterceptorTypeName { get; set; }

Property Value

string

TenantDisplayId

Gets or sets the tenant identifier.

string? TenantDisplayId { get; set; }

Property Value

string

TenantId

Gets or sets the tenant unique identifier.

string? TenantId { get; set; }

Property Value

string