Cocktail Help Reference
ValueConverterConventionRegistry Class
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : ValueConverterConventionRegistry Class



Glossary Item Box

A static registry of ValueConverterConventions that are added to the Caliburn Caliburn.Micro.ConventionManager.

Object Model

ValueConverterConventionRegistry Class

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class ValueConverterConventionRegistry 
Visual Basic (Usage)Copy Code
Dim instance As ValueConverterConventionRegistry
C# 
public static class ValueConverterConventionRegistry 
C++/CLI 
public ref class ValueConverterConventionRegistry abstract sealed 

Remarks

Registered conventions become part of the Caliburn.Micro conventions when AddConventionsToConventionManager is called as it is in the CocktailMefBootstrapper.

You can continue adding conventions after adding the ConventionRegistry to the Caliburn conventions.

Inheritance Hierarchy

System.Object
   Cocktail.ValueConverterConventionRegistry

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.