C# (CSharp) ListsSample.Model Namespace

Classes

Name Description
ContextModel This class provides a simple model that wraps the entities retrieved from the service to provide richer databinding. It is similar to a view model, but is not quite complete in the way that it is implemented. This is a singleton class, so only one can be instantiated.
ModelList This is a conceptualized view of a list from the service, used for databinding. As such, it provides extra properties that the underlying list does not have.
ModelTag Represents a conceptualized model for a tag.