C# 클래스 SolarCalculator.Infastructure.Commands.Command

A command with no return value
파일 보기 프로젝트 열기: steveoh/SolarCalculator

공개 메소드들

메소드 설명
Run ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Execute ( ) : void

code to execute when command is run.

메소드 상세

Execute() 보호된 추상적인 메소드

code to execute when command is run.
protected abstract Execute ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

ToString() 공개 추상적인 메소드

public abstract ToString ( ) : string
리턴 string