C# Класс Canguro.Commands.Model.AnalysisCmd

Model Command to analyze the model. Opens the Analysis Dialog
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AllowCancel() публичный Метод

public AllowCancel ( ) : bool
Результат bool

FixPDelta() публичный статический Метод

public static FixPDelta ( IList cases ) : void
cases IList
Результат void

Run() публичный Метод

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
Результат void