CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
IErrorDialog.cs
Go to the documentation of this file.
1#if !NETFX_CORE && !XAMARIN
2//-----------------------------------------------------------------------
3// <copyright file="IErrorDialog.cs" company="Marimer LLC">
4// Copyright (c) Marimer LLC. All rights reserved.
5// Website: https://cslanet.com
6// </copyright>
7// <summary>Interface defining the interaction between</summary>
8//-----------------------------------------------------------------------
9using System;
10using System.Collections.Generic;
11using System.Linq;
12using System.Text;
13
14namespace Csla.Xaml
15{
20 public interface IErrorDialog
21 {
28 void Register(object source);
29 }
30}
31#endif
Interface defining the interaction between a CslaDataSource and an error dialog control.
Definition: IErrorDialog.cs:21
void Register(object source)
Method called by the CslaDataProvider when the error dialog should register any events it wishes to h...