Method | Description | |
---|---|---|
Delete ( |
Deletes the specified file path by sending a message to web client.
|
|
DeleteAll ( ) : void |
Deletes all the logs from the selected server directory.
|
|
GetLogFiles ( IEnvironmentModel server, |
Gets the log files from the server (using webclient).
|
|
RefreshDirectory ( ) : void |
Refreshes the content of the directory.
|
|
ReportsManagerViewModel ( ) : System | ||
ReportsManagerViewModel ( IEventAggregator eventPublisher ) : System |
Method | Description | |
---|---|---|
OnViewAttached ( object view, object context ) : void |
Called by caliburn micro when [view attached].
|
Method | Description | |
---|---|---|
GetLogDetails ( |
Gets the log details through the webclient.
|
|
GetLogDirectory ( IEnvironmentModel server ) : |
Gets the log directory from the server (using webclient).
|
|
ShowError ( |
Friendly helper to shows an error.
|
|
ShowError ( string response ) : void |
Friendly helper to shows an error.
|
|
ShowErrorPopup ( string message ) : void |
public Delete ( |
||
filePath | The file path. | |
return | void |
public GetLogFiles ( IEnvironmentModel server, |
||
server | IEnvironmentModel | The server. |
directory | The directory. | |
return | IEnumerable |
protected OnViewAttached ( object view, object context ) : void | ||
view | object | The view. |
context | object | The context. |
return | void |
public ReportsManagerViewModel ( IEventAggregator eventPublisher ) : System | ||
eventPublisher | IEventAggregator | |
return | System |