Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GoF
Lexi
Application
Commands
Command
C# Class GoF.Lexi.Application.Commands.Command
Datei anzeigen
Open project: TheoAndersen/GoF.Lexi
Class Usage Examples
Protected Properties
Property
Type
Description
commands
List
Public Methods
Method
Description
Execute
( ) :
void
Undo
( ) :
void
Unexecute
( ) :
void
Method Details
Execute()
public
abstract
method
public
abstract
Execute
( ) :
void
return
void
Undo()
public
static
method
public
static
Undo
( ) :
void
return
void
Unexecute()
public
abstract
method
public
abstract
Unexecute
( ) :
void
return
void
Property Details
commands
protected_oe static_oe property
protected
static
List
commands
return
List