Quantcast
Viewing latest article 13
Browse Latest Browse All 21

Updated Wiki: Documentation

Introduction

How to

MVVM and UI Composition

Radical Presentation: MVVM and UI Composition toolkit

(nuget package:Radical.Windows.Presentation)

Radical

(nuget package:Radical)

  • The message broker;
  • Property System;
  • Entity and EntityCollection;
  • IBindingListView implementation: EntityView;
  • Change Tracking Service;
    • MementoEntity and MementoEntityCollection;
    • Handling change tracking in a simple model;
    • Handling change tracking in collections and complex objects graph;
    • Property Metadata for the Change Tracking Service;
  • System.Enum metadata and localization;
  • Observers: concepts;
    • BrokerObserver;
    • EntityViewListChangedObserver;
    • MementoObserver;
    • PropertyObserver;
  • Customer Improvement Program;

Radical Windows

(nuget package:Radical.Windows)

  • Collections:
    • ObservableEntityCollection;
    • EntityCollectionView;
  • Behaviors:
  • Markup: 
    • Editor binding;
    • Command bindings:
      • Auto command binding;
      • Behavior auto command binding;
  • Effects:
    • Gray scale
  • Converters:
    • Singleton converters (concepts);
    • BooleanBusyStatusConverter;
    • BooleanToVisibilityConverter;
    • NotConverter;
    • EnumCaptionConverter and EnumDescriptionConverter;
    • NullToVisibilityConverter;
  • Delegate commands;
  • Resizer control;
  • Observers:
    • NotifyCollectionChangedMonitor;

Radical Design

  • Design time data: concepts;
  • how to;

Viewing latest article 13
Browse Latest Browse All 21

Trending Articles