C# 클래스 CatalogOfFreeContent.Common.Command

상속: ICommand
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy

공개 메소드들

메소드 설명
Command ( string input ) : System
GetCommandNameEndIndex ( ) : int
ParseCommandType ( string commandName ) : CommandType
ParseName ( ) : string
ParseParameters ( ) : string[]
ToString ( ) : string

비공개 메소드들

메소드 설명
Parse ( ) : void
TrimParams ( ) : void

메소드 상세

Command() 공개 메소드

public Command ( string input ) : System
input string
리턴 System

GetCommandNameEndIndex() 공개 메소드

public GetCommandNameEndIndex ( ) : int
리턴 int

ParseCommandType() 공개 메소드

public ParseCommandType ( string commandName ) : CommandType
commandName string
리턴 CommandType

ParseName() 공개 메소드

public ParseName ( ) : string
리턴 string

ParseParameters() 공개 메소드

public ParseParameters ( ) : string[]
리턴 string[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string