C# (CSharp) Mvvm Namespace

Nested Namespaces

Mvvm.Android
Mvvm.Services

Classes

Name Description
BindableValidator The BindableValidator class run validation rules of an entity, and stores a collection of errors of the properties that did not pass validation. The validation is run on each property change or whenever the ValidateProperties method is called. It also provides an indexer property, that uses the property names as keys and return the error list for the specified property.
LaterThanPropertyAttribute
MenuItem
NumericAttribute Sample custom validation for Integer values.
Shell
ShellViewModel