Interface IMigrationInterceptorSummary
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
ErrorMessage
Gets or sets the error message.
string ErrorMessage { get; set; }
Property Value
ExecutionStatus
Gets or sets the execution status.
MigrationInterceptorExecutionStatus ExecutionStatus { get; set; }
Property Value
ExecutionTime
Gets or sets the execution time.
DateTime ExecutionTime { get; set; }
Property Value
InterceptorTypeName
Gets or sets the interceptor type name.
string InterceptorTypeName { get; set; }
Property Value
TenantDisplayId
Gets or sets the tenant identifier.
string? TenantDisplayId { get; set; }
Property Value
TenantId
Gets or sets the tenant unique identifier.
string? TenantId { get; set; }