C# (CSharp) ListsSample Namespace

Nested Namespaces

ListsSample.Model

Classes

Name Description
App
ItemConverter This class converts certain service entities into Model entities for databinding. The entities that are converted are ListCollection and ItemCollection
ItemVisibilityConverter This is a simple converter which returns a visibility based on an object. If the object is null,the visibility is collapsed, otherwise, the visibility is visible. This is used when binding to the selected item of a list box.
MainPage This is the main page of the application. Most logic for maintaining the data is handled in the ContextModel class.
ModifyItemChildWindow This class displays a window which allows the user to modify a new or existing list item
ModifyListChildWindow