C# Класс DotNetMigrations.Repositories.CommandRepository

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CommandRepository ( ) : System.Collections.Generic

Instantiates a new instance of the CommandRepository class.

GetCommand ( string commandName ) : ICommand

Retrieves the command based on the command name.

Описание методов

CommandRepository() публичный Метод

Instantiates a new instance of the CommandRepository class.
public CommandRepository ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetCommand() публичный Метод

Retrieves the command based on the command name.
public GetCommand ( string commandName ) : ICommand
commandName string The name of the command to retrieve.
Результат ICommand