C# 클래스 PackageExplorerViewModel.ViewContentCommand

상속: CommandBase, ICommand
파일 보기 프로젝트 열기: grendello/nuget 1 사용 예제들

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void
ViewContentCommand ( PackageViewModel packageViewModel ) : System

비공개 메소드들

메소드 설명
DetermineLanguage ( string name ) : SourceLanguageType
IsBinaryFile ( string path ) : bool
ReadFileContent ( PackageFile file, long &size ) : string
ShowFile ( PackageFile file ) : void

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

Execute() 공개 메소드

public Execute ( object parameter ) : void
parameter object
리턴 void

RaiseCanExecuteChanged() 공개 메소드

public RaiseCanExecuteChanged ( ) : void
리턴 void

ViewContentCommand() 공개 메소드

public ViewContentCommand ( PackageViewModel packageViewModel ) : System
packageViewModel PackageViewModel
리턴 System