Table of Contents

Interface ICommandExecutionArgs

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

Provides the functionalities of command execution arguments.

public interface ICommandExecutionArgs

Properties

DatabaseType

Gets the database type.

DatabaseType DatabaseType { get; }

Property Value

DatabaseType

DefaultLanguageCode

Gets the default language code.

string DefaultLanguageCode { get; }

Property Value

string