CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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.ObjectFactoryAttributeinline
ObjectFactoryAttribute(string factoryType, string? fetchMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(string factoryType, string? createMethod, string? fetchMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(string factoryType, string? createMethod, string? fetchMethod, string? updateMethod, string? deleteMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(string factoryType, string? createMethod, string? fetchMethod, string? updateMethod, string? deleteMethod, string? executeMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(Type factoryType)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(Type factoryType, string fetchMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod)Csla.Server.ObjectFactoryAttributeinline
ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod, string executeMethod)Csla.Server.ObjectFactoryAttributeinline
UpdateMethodNameCsla.Server.ObjectFactoryAttribute