CSLA.NET
6.0.0
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
//-----------------------------------------------------------------------
9
using
System;
10
using
System.Collections.Generic;
11
using
System.Linq;
12
using
System.Text;
13
14
namespace
Csla.Xaml
15
{
20
public
interface
IErrorDialog
21
{
28
void
Register
(
object
source);
29
}
30
}
31
#endif
Csla.Xaml.IErrorDialog
Interface defining the interaction between a CslaDataSource and an error dialog control.
Definition:
IErrorDialog.cs:21
Csla.Xaml.IErrorDialog.Register
void Register(object source)
Method called by the CslaDataProvider when the error dialog should register any events it wishes to h...
Csla.Xaml
Definition:
Csla.Xaml.Shared/ApplicationContextManager.cs:14
Generated by
1.9.2