C# Class ExcelServiceClient.ViewModels.CreateSessionViewModel

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

Protected Properties

Свойство Type Description
_sessionName string
_useCalculationChain bool
_watchAllFormulaCells bool
_watchAllNames bool
_watchCellEntries ObservableCollection
_watchNameEntries ObservableCollection
_workbookName string

Méthodes publiques

Méthode Description
Cancel ( ) : void
Ok ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Ok() public méthode

public Ok ( ) : void
Résultat void

Property Details

_sessionName protected_oe property

protected string _sessionName
Résultat string

_useCalculationChain protected_oe property

protected bool _useCalculationChain
Résultat bool

_watchAllFormulaCells protected_oe property

protected bool _watchAllFormulaCells
Résultat bool

_watchAllNames protected_oe property

protected bool _watchAllNames
Résultat bool

_watchCellEntries protected_oe property

protected ObservableCollection _watchCellEntries
Résultat ObservableCollection

_watchNameEntries protected_oe property

protected ObservableCollection _watchNameEntries
Résultat ObservableCollection

_workbookName protected_oe property

protected string _workbookName
Résultat string