C# Class Canguro.Commands.Model.AddAreaCmd

Adds an AreaElement (Not implemented)
Inheritance: Canguro.Commands.ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance AddAreaCmd

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Creates one AreaElement.

Private Methods

Method Description
AddAreaCmd ( ) : System

Method Details

Run() public method

Executes the command. Creates one AreaElement.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void

Property Details

Instance public_oe static_oe property

public static AddAreaCmd,Canguro.Commands.Model Instance
return AddAreaCmd