C# 클래스 DotNetMigrations.Repositories.CommandRepository

파일 보기 프로젝트 열기: jpoehls/dotnetmigrations 1 사용 예제들

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