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.
DynamicMethodHandlerFactory.cs File Reference

Go to the source code of this file.

Classes

class  Csla.Reflection.DynamicMethodHandlerFactory
 

Namespaces

namespace  Csla
 
namespace  Csla.Reflection
 

Functions

delegate object Csla.Reflection.DynamicCtorDelegate ()
 Delegate for a dynamic constructor method. More...
 
delegate object Csla.Reflection.DynamicMethodDelegate (object target, object[] args)
 Delegate for a dynamic method. More...
 
delegate object Csla.Reflection.DynamicMemberGetDelegate (object target)
 Delegate for getting a value. More...
 
delegate void Csla.Reflection.DynamicMemberSetDelegate (object target, object arg)
 Delegate for setting a value. More...