C# Class DataEditorX.Core.CardEdit.DelCommand

Inheritance: IBackableCommand
Exibir arquivo Open project: 247321453/DataEditorX

Public Methods

Method Description
Clone ( ) : object
DelCommand ( CardEdit cardedit ) : System
Excute ( ) : bool
Undo ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

DelCommand() public method

public DelCommand ( CardEdit cardedit ) : System
cardedit CardEdit
return System

Excute() public method

public Excute ( ) : bool
return bool

Undo() public method

public Undo ( ) : void
return void