C# Class DotNetMigrations.Repositories.CommandRepository

Afficher le fichier Open project: jpoehls/dotnetmigrations Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CommandRepository ( ) : System.Collections.Generic

Instantiates a new instance of the CommandRepository class.

GetCommand ( string commandName ) : ICommand

Retrieves the command based on the command name.

Method Details

CommandRepository() public méthode

Instantiates a new instance of the CommandRepository class.
public CommandRepository ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetCommand() public méthode

Retrieves the command based on the command name.
public GetCommand ( string commandName ) : ICommand
commandName string The name of the command to retrieve.
Résultat ICommand