C# Класс Caliburn.Micro.ConventionManager

Used to configure the conventions used by the framework to apply bindings and create actions.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BooleanToVisibilityConverter IValueConverter
DefaultItemTemplate DataTemplate
IncludeStaticProperties bool
OverwriteContent bool

Описание свойств

BooleanToVisibilityConverter публичное статическое свойство

Converters bool to/from Visibility.
public static IValueConverter BooleanToVisibilityConverter
Результат IValueConverter

DefaultItemTemplate публичное статическое свойство

The default DataTemplate used for ItemsControls when required.
public static DataTemplate DefaultItemTemplate
Результат DataTemplate

IncludeStaticProperties публичное статическое свойство

Indicates whether or not static properties should be included during convention name matching.
False by default.
public static bool IncludeStaticProperties
Результат bool

OverwriteContent публичное статическое свойство

Indicates whether or not the Content of ContentControls should be overwritten by conventional bindings.
False by default.
public static bool OverwriteContent
Результат bool