| CreateMethodName | Csla.Server.ObjectFactoryAttribute | |
| DeleteMethodName | Csla.Server.ObjectFactoryAttribute | |
| ExecuteMethodName | Csla.Server.ObjectFactoryAttribute | |
| FactoryTypeName | Csla.Server.ObjectFactoryAttribute | |
| FetchMethodName | Csla.Server.ObjectFactoryAttribute | |
| ObjectFactoryAttribute(string factoryType) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(string factoryType, string? fetchMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(string factoryType, string? createMethod, string? fetchMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(string factoryType, string? createMethod, string? fetchMethod, string? updateMethod, string? deleteMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(string factoryType, string? createMethod, string? fetchMethod, string? updateMethod, string? deleteMethod, string? executeMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(Type factoryType) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(Type factoryType, string fetchMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| ObjectFactoryAttribute(Type factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod, string executeMethod) | Csla.Server.ObjectFactoryAttribute | inline |
| UpdateMethodName | Csla.Server.ObjectFactoryAttribute | |