Table of Contents

Interface IMigrationSummary

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

Provides the functionalities of a migration summary.

public interface IMigrationSummary : IEquatable<IMigrationSummary>
Inherited Members

Properties

CommandName

Gets or sets the message.

string CommandName { get; set; }

Property Value

string

ErrorMessage

Gets or sets the error message.

string ErrorMessage { get; set; }

Property Value

string

ExecutionTime

Gets or sets the execution time.

DateTime ExecutionTime { get; set; }

Property Value

DateTime

ObjectName

Gets or sets the user identifier.

string ObjectName { get; set; }

Property Value

string

ObjectType

Gets or sets the migration identifier.

ObjectType ObjectType { get; set; }

Property Value

ObjectType

Sql

Gets or sets SQL command.

string Sql { get; set; }

Property Value

string