C# Class Canguro.Commands.Model.AnalysisCmd

Model Command to analyze the model. Opens the Analysis Dialog
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure Class Usage Examples

Public Methods

Method Description
AllowCancel ( ) : bool
FixPDelta ( IList cases ) : void
Run ( Canguro services ) : void

Executes the command. Opens the AnalysisOptionsDialog, creates the export file, sends it to the Server and waits for it to have results.

Method Details

AllowCancel() public method

public AllowCancel ( ) : bool
return bool

FixPDelta() public static method

public static FixPDelta ( IList cases ) : void
cases IList
return void

Run() public method

Executes the command. Opens the AnalysisOptionsDialog, creates the export file, sends it to the Server and waits for it to have results.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void