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.Server.ObjectFactoryAttribute Member List

This is the complete list of members for Csla.Server.ObjectFactoryAttribute, including all inherited members.

CreateMethodNameCsla.Server.ObjectFactoryAttribute
DeleteMethodNameCsla.Server.ObjectFactoryAttribute
ExecuteMethodNameCsla.Server.ObjectFactoryAttribute
FactoryTypeNameCsla.Server.ObjectFactoryAttribute
FetchMethodNameCsla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(string factoryType)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(string factoryType, string createMethod, string fetchMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(string factoryType, string fetchMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(string factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(string factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod, string executeMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(Type factoryType)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(Type factoryType, string fetchMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod)Csla.Server.ObjectFactoryAttribute
ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod, string executeMethod)Csla.Server.ObjectFactoryAttribute
UpdateMethodNameCsla.Server.ObjectFactoryAttribute