C# 클래스 Zetbox.Client.WPF.Commands.WrappedZetboxCommand

Wrap a Zetbox Zetbox.Client.Presentables.ICommandViewModel into a SmartRoutedUICommand.
상속: SmartRoutedUICommand
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
WrappedZetboxCommand ( Zetbox cmd ) : System

Initializes a new instance of the WrappedZetboxCommand class.

보호된 메소드들

메소드 설명
CanExecuteCore ( object parameter ) : bool
ExecuteCore ( object parameter ) : void

메소드 상세

CanExecuteCore() 보호된 메소드

protected CanExecuteCore ( object parameter ) : bool
parameter object
리턴 bool

ExecuteCore() 보호된 메소드

protected ExecuteCore ( object parameter ) : void
parameter object
리턴 void

WrappedZetboxCommand() 공개 메소드

Initializes a new instance of the WrappedZetboxCommand class.
public WrappedZetboxCommand ( Zetbox cmd ) : System
cmd Zetbox the command to wrap
리턴 System