Go to the source code of this file.
Namespaces | |
namespace | Csla |
namespace | Csla.Core |
Functions | |
delegate void | Csla.Core.AsyncFactoryDelegate< R > (EventHandler< DataPortalResult< R > > completed) |
Delegate for an asynchronous business object factory method with n parameters. More... | |
delegate void | Csla.Core.AsyncFactoryDelegate< T, R > (T arg, EventHandler< DataPortalResult< R > > completed) |
Delegate for an asynchronous business object factory method with n parameters. More... | |