Skip to content

GreatBarrier86/DataErrorInfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataErrorInfo

This is a simple implementation of both IDataErrorInfo and INotifyDataErrorInfo in a single class, with flags to enable/disable the behavior of each interface:

  • EnableIDataErrorInfo
  • EnableINotifyDataErrorInfo

The console app does very basic interaction with the PersonEdit class to establish that rules are added and removed as data changes.

The goal of this bit of code is to provide a basis for testing all the existing UI frameworks to see if they can handle a class that implements both interfaces, even if one or the other is "disabled".

  • Windows Forms
  • Web Forms
  • ASP.NET MVC
  • WPF
  • UWP
  • WinUI
  • Xamarin
  • Maui
  • Blazor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%