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.
IAsyncLoader.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Csla.Core.LoadManager
4
{
5
internal
interface
IAsyncLoader
6
{
7
IPropertyInfo Property {
get
; }
8
void
Load(Action<IAsyncLoader, IDataPortalResult> callback);
9
}
10
}
Csla.Core.LoadManager
Definition:
AsyncLoader.cs:18
Generated by
1.9.2