C# 클래스 MediaOwl.Core.BusyResult

An IResult that calls the MarkAsBusy- or MarkAsNotBusy-Method of an IBusyService. When executed, the class uses an IBusyService. This class was taken from the Caliburn Framework.
상속: IResult
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
BusyResult ( bool isBusy, object busyViewModel ) : System

The Constructor

Execute ( ActionExecutionContext context ) : void

메소드 상세

BusyResult() 공개 메소드

The Constructor
public BusyResult ( bool isBusy, object busyViewModel ) : System
isBusy bool Mark as busy or not.
busyViewModel object The concerned ViewModel. /// If null, the -Target is taken.
리턴 System

Execute() 공개 메소드

public Execute ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext
리턴 void