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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Csla.Xaml.IErrorDialog Interface Reference

Interface defining the interaction between a CslaDataSource and an error dialog control. More...

Inheritance diagram for Csla.Xaml.IErrorDialog:
Csla.Xaml.ErrorDialog

Public Member Functions

void Register (object source)
 Method called by the CslaDataProvider when the error dialog should register any events it wishes to handle from the CslaDataProvider. More...
 

Detailed Description

Interface defining the interaction between a CslaDataSource and an error dialog control.

Definition at line 20 of file IErrorDialog.cs.

Member Function Documentation

◆ Register()

void Csla.Xaml.IErrorDialog.Register ( object  source)

Method called by the CslaDataProvider when the error dialog should register any events it wishes to handle from the CslaDataProvider.

Parameters
sourceData provider control.