Table of Contents

Interface IMigrationReport

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

Provides the functionalities of a migration report.

public interface IMigrationReport : IReadOnlyCollection<IMigrationSummary>, IList<IMigrationSummary>, ICollection<IMigrationSummary>, IEnumerable<IMigrationSummary>, IEnumerable, IEquatable<IMigrationReport>
Inherited Members
Extension Methods

Properties

InterceptorReport

Gets the interceptor report.

List<IMigrationInterceptorSummary> InterceptorReport { get; }

Property Value

List<IMigrationInterceptorSummary>

Methods

NewInterceptorSummary()

Returns a new migration interceptor summary.

IMigrationInterceptorSummary NewInterceptorSummary()

Returns

IMigrationInterceptorSummary

A new IMigrationInterceptorSummary object.

NewSummary()

Returns a new migration summary.

IMigrationSummary NewSummary()

Returns

IMigrationSummary

A new IMigrationSummary object.

SetError(string)

Sets an error message for the last summary in the collection.

void SetError(string message)

Parameters

message string

Message.