C# Class ExcelServiceClient.ViewModels.ShellViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: TNOCS/csTouch

Protected Properties

Property Type Description
_cell string
_cellValue string
_connectionType ConnectionType
_name string
_nameValue string
_names ObservableCollection
_selectedSession ExcelServiceModel.ExcelSession
_sessions ObservableCollection
_watchedItems BindableCollection
_worksheet string
_worksheets ObservableCollection

Public Methods

Method Description
CreateSession ( ) : System.Threading.Tasks.Task
GetCellValue ( ) : System.Threading.Tasks.Task
GetNameValue ( ) : System.Threading.Tasks.Task
GetNames ( ) : System.Threading.Tasks.Task
GetSessions ( ) : System.Threading.Tasks.Task
GetWorksheets ( ) : System.Threading.Tasks.Task
JoinSession ( int id ) : System.Threading.Tasks.Task
SetCellValue ( ) : System.Threading.Tasks.Task
SetNameValue ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnActivate ( ) : void
OnDeactivate ( bool close ) : void
SetWatchedItemValue ( object item ) : void

Method Details

CreateSession() public method

public CreateSession ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetCellValue() public method

public GetCellValue ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetNameValue() public method

public GetNameValue ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetNames() public method

public GetNames ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetSessions() public method

public GetSessions ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetWorksheets() public method

public GetWorksheets ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

JoinSession() public method

public JoinSession ( int id ) : System.Threading.Tasks.Task
id int
return System.Threading.Tasks.Task

OnActivate() protected method

protected OnActivate ( ) : void
return void

OnDeactivate() protected method

protected OnDeactivate ( bool close ) : void
close bool
return void

SetCellValue() public method

public SetCellValue ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SetNameValue() public method

public SetNameValue ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SetWatchedItemValue() protected method

protected SetWatchedItemValue ( object item ) : void
item object
return void

Property Details

_cell protected property

protected string _cell
return string

_cellValue protected property

protected string _cellValue
return string

_connectionType protected property

protected ConnectionType _connectionType
return ConnectionType

_name protected property

protected string _name
return string

_nameValue protected property

protected string _nameValue
return string

_names protected property

protected ObservableCollection _names
return ObservableCollection

_selectedSession protected property

protected ExcelSession,ExcelServiceModel _selectedSession
return ExcelServiceModel.ExcelSession

_sessions protected property

protected ObservableCollection _sessions
return ObservableCollection

_watchedItems protected property

protected BindableCollection _watchedItems
return BindableCollection

_worksheet protected property

protected string _worksheet
return string

_worksheets protected property

protected ObservableCollection _worksheets
return ObservableCollection