C# Class ExcelServiceClient.ViewModels.ShellViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: TNOCS/csTouch

Protected Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnActivate ( ) : void
OnDeactivate ( bool close ) : void
SetWatchedItemValue ( object item ) : void

Method Details

CreateSession() public méthode

public CreateSession ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetCellValue() public méthode

public GetCellValue ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetNameValue() public méthode

public GetNameValue ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetNames() public méthode

public GetNames ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetSessions() public méthode

public GetSessions ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetWorksheets() public méthode

public GetWorksheets ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

JoinSession() public méthode

public JoinSession ( int id ) : System.Threading.Tasks.Task
id int
Résultat System.Threading.Tasks.Task

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( bool close ) : void
close bool
Résultat void

SetCellValue() public méthode

public SetCellValue ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SetNameValue() public méthode

public SetNameValue ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SetWatchedItemValue() protected méthode

protected SetWatchedItemValue ( object item ) : void
item object
Résultat void

Property Details

_cell protected_oe property

protected string _cell
Résultat string

_cellValue protected_oe property

protected string _cellValue
Résultat string

_connectionType protected_oe property

protected ConnectionType _connectionType
Résultat ConnectionType

_name protected_oe property

protected string _name
Résultat string

_nameValue protected_oe property

protected string _nameValue
Résultat string

_names protected_oe property

protected ObservableCollection _names
Résultat ObservableCollection

_selectedSession protected_oe property

protected ExcelSession,ExcelServiceModel _selectedSession
Résultat ExcelServiceModel.ExcelSession

_sessions protected_oe property

protected ObservableCollection _sessions
Résultat ObservableCollection

_watchedItems protected_oe property

protected BindableCollection _watchedItems
Résultat BindableCollection

_worksheet protected_oe property

protected string _worksheet
Résultat string

_worksheets protected_oe property

protected ObservableCollection _worksheets
Résultat ObservableCollection