C# Class ExcelServiceClient.ViewModels.CreateSessionViewModel

Inheritance: Caliburn.Micro.Screen
显示文件 Open project: TNOCS/csTouch Class Usage Examples

Protected Properties

Property Type Description
_sessionName string
_useCalculationChain bool
_watchAllFormulaCells bool
_watchAllNames bool
_watchCellEntries ObservableCollection
_watchNameEntries ObservableCollection
_workbookName string

Public Methods

Method Description
Cancel ( ) : void
Ok ( ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Ok() public method

public Ok ( ) : void
return void

Property Details

_sessionName protected_oe property

protected string _sessionName
return string

_useCalculationChain protected_oe property

protected bool _useCalculationChain
return bool

_watchAllFormulaCells protected_oe property

protected bool _watchAllFormulaCells
return bool

_watchAllNames protected_oe property

protected bool _watchAllNames
return bool

_watchCellEntries protected_oe property

protected ObservableCollection _watchCellEntries
return ObservableCollection

_watchNameEntries protected_oe property

protected ObservableCollection _watchNameEntries
return ObservableCollection

_workbookName protected_oe property

protected string _workbookName
return string