Méthode | Description | |
---|---|---|
DeleteAsync ( string envExpr ) : System.Threading.Tasks.Task |
Deletes variable represented by this mode
|
|
Error ( string text ) : |
||
VariableViewModel ( ) : System | ||
VariableViewModel ( IREvaluationResultInfo evaluation, IObjectDetailsViewerAggregator aggregator, int index = -1, int maxChildrenCount = null ) : System |
Create new instance of VariableViewModel
|
Méthode | Description | |
---|---|---|
GetChildrenAsyncInternal ( ) : Task |
Méthode | Description | |
---|---|---|
OpenInCsvApp ( object parameter ) : void | ||
SetViewButtonStatus ( IRValueInfo result ) : void |
public DeleteAsync ( string envExpr ) : System.Threading.Tasks.Task | ||
envExpr | string | |
Résultat | System.Threading.Tasks.Task |
public static Error ( string text ) : |
||
text | string | |
Résultat |
protected GetChildrenAsyncInternal ( ) : Task |
||
Résultat | Task |
public VariableViewModel ( IREvaluationResultInfo evaluation, IObjectDetailsViewerAggregator aggregator, int index = -1, int maxChildrenCount = null ) : System | ||
evaluation | IREvaluationResultInfo | R session's evaluation result |
aggregator | IObjectDetailsViewerAggregator | |
index | int | |
maxChildrenCount | int | |
Résultat | System |