This commit is contained in:
TheXamlGuy
2024-06-16 17:25:13 +01:00
parent 02969b3850
commit 8d574362a0
22 changed files with 56 additions and 52 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Toolkit.Foundation;
public interface IValidation :
INotifyPropertyChanged
{
ValidationErrorCollection Errors { get; }
IReadOnlyDictionary<string, string> Errors { get; }
bool HasErrors { get; }