C# Class DevExpress.OutlookInspiredApp.Win.ViewModel.MainViewModel

Inheritance: DevExpress.Mvvm.ViewModelBase, IZoomViewModel
Show file Open project: sethjuarez/DevAV Class Usage Examples

Private Properties

Property Type Description
About void
AfterReportHidden void
AfterReportShown void
BeforeReportShown void
BuyNow void
DockPeekModule void
GetStarted void
GetSupport void
HideFilters void
IsModuleLoaded bool
MainViewModel System
MinimizeFilters void
RaiseFiltersVisibilityChanged void
RaiseIsReadingModeChanged void
RaisePrint void
RaiseShowAllFolders void
RegisterServices void
SelectModule void
ShowFilters void
ShowPeekModule void
TurnOffReadingMode void
TurnOnReadingMode void
UndockPeekModule void

Public Methods

Method Description
CanDockPeekModule ( ModuleType moduleType ) : bool
CanHideFilters ( ) : bool
CanMinimizeFilters ( ) : bool
CanSelectModule ( ModuleType moduleType ) : bool
CanShowFilters ( ) : bool
CanShowPeekModule ( ModuleType moduleType ) : bool
CanTurnOffReadingMode ( ) : bool
CanTurnOnReadingMode ( ) : bool
CanUndockPeekModule ( ModuleType moduleType ) : bool
GetExportModuleType ( ModuleType type ) : ModuleType
GetMainModuleType ( ModuleType type ) : ModuleType
GetModule ( ModuleType type ) : object
GetModule ( ModuleType type, object viewModel ) : object
GetModuleCaption ( ModuleType type ) : string
GetModuleID ( ModuleType type ) : System.Guid
GetModuleImage ( ModuleType type ) : object
GetModuleName ( ModuleType type ) : string
GetNavPaneModuleType ( ModuleType type, bool collapsed = false ) : ModuleType
GetPeekModuleType ( ModuleType type ) : ModuleType
GetPrintModuleType ( ModuleType type ) : ModuleType
MainViewModel ( IMainModule mainModule ) : System

Protected Methods

Method Description
OnFiltersVisibilityChanged ( ) : void
OnIsReadingModeChanged ( ) : void
OnSelectedModuleChanged ( object oldModule ) : void
OnSelectedModuleTypeChanged ( ModuleType oldType ) : void
RaiseSelectedModuleTypeChanged ( ) : void

Private Methods

Method Description
About ( ) : void
AfterReportHidden ( ) : void
AfterReportShown ( ModuleType moduleType ) : void
BeforeReportShown ( ModuleType moduleType ) : void
BuyNow ( ) : void
DockPeekModule ( ModuleType moduleType ) : void
GetStarted ( ) : void
GetSupport ( ) : void
HideFilters ( ) : void
IsModuleLoaded ( ModuleType type ) : bool
MainViewModel ( ) : System
MinimizeFilters ( ) : void
RaiseFiltersVisibilityChanged ( ) : void
RaiseIsReadingModeChanged ( ) : void
RaisePrint ( object parameter ) : void
RaiseShowAllFolders ( ) : void
RegisterServices ( IMainModule mainModule ) : void
SelectModule ( ModuleType moduleType ) : void
ShowFilters ( ) : void
ShowPeekModule ( ModuleType moduleType ) : void
TurnOffReadingMode ( ) : void
TurnOnReadingMode ( ) : void
UndockPeekModule ( ModuleType moduleType ) : void

Method Details

CanDockPeekModule() public method

public CanDockPeekModule ( ModuleType moduleType ) : bool
moduleType ModuleType
return bool

CanHideFilters() public method

public CanHideFilters ( ) : bool
return bool

CanMinimizeFilters() public method

public CanMinimizeFilters ( ) : bool
return bool

CanSelectModule() public method

public CanSelectModule ( ModuleType moduleType ) : bool
moduleType ModuleType
return bool

CanShowFilters() public method

public CanShowFilters ( ) : bool
return bool

CanShowPeekModule() public method

public CanShowPeekModule ( ModuleType moduleType ) : bool
moduleType ModuleType
return bool

CanTurnOffReadingMode() public method

public CanTurnOffReadingMode ( ) : bool
return bool

CanTurnOnReadingMode() public method

public CanTurnOnReadingMode ( ) : bool
return bool

CanUndockPeekModule() public method

public CanUndockPeekModule ( ModuleType moduleType ) : bool
moduleType ModuleType
return bool

GetExportModuleType() public method

public GetExportModuleType ( ModuleType type ) : ModuleType
type ModuleType
return ModuleType

GetMainModuleType() public method

public GetMainModuleType ( ModuleType type ) : ModuleType
type ModuleType
return ModuleType

GetModule() public method

public GetModule ( ModuleType type ) : object
type ModuleType
return object

GetModule() public method

public GetModule ( ModuleType type, object viewModel ) : object
type ModuleType
viewModel object
return object

GetModuleCaption() public method

public GetModuleCaption ( ModuleType type ) : string
type ModuleType
return string

GetModuleID() public method

public GetModuleID ( ModuleType type ) : System.Guid
type ModuleType
return System.Guid

GetModuleImage() public method

public GetModuleImage ( ModuleType type ) : object
type ModuleType
return object

GetModuleName() public method

public GetModuleName ( ModuleType type ) : string
type ModuleType
return string

GetNavPaneModuleType() public method

public GetNavPaneModuleType ( ModuleType type, bool collapsed = false ) : ModuleType
type ModuleType
collapsed bool
return ModuleType

GetPeekModuleType() public method

public GetPeekModuleType ( ModuleType type ) : ModuleType
type ModuleType
return ModuleType

GetPrintModuleType() public method

public GetPrintModuleType ( ModuleType type ) : ModuleType
type ModuleType
return ModuleType

MainViewModel() public method

public MainViewModel ( IMainModule mainModule ) : System
mainModule IMainModule
return System

OnFiltersVisibilityChanged() protected method

protected OnFiltersVisibilityChanged ( ) : void
return void

OnIsReadingModeChanged() protected method

protected OnIsReadingModeChanged ( ) : void
return void

OnSelectedModuleChanged() protected method

protected OnSelectedModuleChanged ( object oldModule ) : void
oldModule object
return void

OnSelectedModuleTypeChanged() protected method

protected OnSelectedModuleTypeChanged ( ModuleType oldType ) : void
oldType ModuleType
return void

RaiseSelectedModuleTypeChanged() protected method

protected RaiseSelectedModuleTypeChanged ( ) : void
return void