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.
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.