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