All Projects → tibel → Caliburn.Micro.Extras

tibel / Caliburn.Micro.Extras

Licence: MIT License
Some additions to Caliburn.Micro framework.

Programming Languages

C#
18002 projects
shell
77523 projects

Caliburn.Micro.Extras [Discontinued]

Caliburn.Micro is a powerful framework for building WPF, Silverlight, Windows Phone and Windows 8 Store apps. These additions make it easier to to get the most out of the framework.

Install

The extras are available through NuGet:

Install-Package Caliburn.Micro.Extras

Content

  • ActionCommand to use Caliburn.Micro Actions with ICommand
  • [Win8] IWindowManager for displaying normal dialogs all around the screen

Dialogs

  • IMessageService to show a MessageBox
  • IOpenFileService to show an OpenFileDialog
  • ISaveFileService to show an SaveFileDialog
  • MessengerResult wraps IMessageService with fluent configuration
  • OpenFileResult wraps IOpenFileService with fluent configuration
  • SaveFileResult wraps ISaveFileService with fluent configuration

Weak Events

powered by Weakly

Conventions

Integrated in CM 2.0

  • DebugLogger to see Caliburn.Micro logging output in Visual Studio
  • EventAggregatorExtensions to publish messages on different Threads

IResult Implementations

  • CancelResult always returns WasCancelled=true
  • DelegateResult wraps an arbitrary Action or Func

IResult Extensions

  • Rescue<TException>() decorates the result with an error handler which is executed when an error occurs
  • WhenChancelled() decorates the result with an handler which is executed when the result was cancelled
  • OverrideCancel() decorates the result and overrides WasCancelled=false
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].