StandardClassFactoryAttribute
Overview
Attach this attribute to your service implementation to have its instantiation controlled by a StandardClassFactory.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.ClassFactories
- Ancestry: Attribute | ClassFactoryAttribute | StandardClassFactoryAttribute
Instance Methods
constructor
constructor
StandardClassFactoryAttribute()
Sub New()
CreateClassFactory (Type): IClassFactory (declared in ClassFactoryAttribute)
method CreateClassFactory(serviceClass: Type): IClassFactory
IClassFactory CreateClassFactory(Type serviceClass)
Function CreateClassFactory(serviceClass As Type) As IClassFactory
Parameters:
- serviceClass:
CreateClassFactory (Type, IServiceActivator, Boolean, array of String): IClassFactory
method CreateClassFactory(serviceClass: Type; activator: IServiceActivator; enforceSessionCheck: Boolean; roles: array of String): IClassFactory
IClassFactory CreateClassFactory(Type serviceClass, IServiceActivator activator, Boolean enforceSessionCheck, String[] roles)
Function CreateClassFactory(serviceClass As Type, activator As IServiceActivator, enforceSessionCheck As Boolean, roles As String()) As IClassFactory
Parameters:
- serviceClass:
- activator:
- enforceSessionCheck:
- roles: