C# Class Canguro.Commands.Model.AnalysisCmd

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

Méthodes publiques

Méthode 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 méthode

public AllowCancel ( ) : bool
Résultat bool

FixPDelta() public static méthode

public static FixPDelta ( IList cases ) : void
cases IList
Résultat void

Run() public méthode

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
Résultat void