ServiceInfo
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
constructor
constructor(serviceName: String; serviceType: Type; serviceInvoker: IServiceInvoker; classFactory: IClassFactory; isAbstract: Boolean)
ServiceInfo(String serviceName, Type serviceType, IServiceInvoker serviceInvoker, IClassFactory classFactory, Boolean isAbstract)
Sub New(serviceName As String, serviceType As Type, serviceInvoker As IServiceInvoker, classFactory As IClassFactory, isAbstract As Boolean)
Parameters:
- serviceName:
- serviceType:
- serviceInvoker:
- classFactory:
- isAbstract:
ClassFactory
property ClassFactory: IClassFactory read;
IClassFactory ClassFactory { get; }
ReadOnly Property ClassFactory() As IClassFactory
GetMethodInvoker
method GetMethodInvoker(methodName: String): ServiceMethodInvoker
ServiceMethodInvoker GetMethodInvoker(String methodName)
Function GetMethodInvoker(methodName As String) As ServiceMethodInvoker
Parameters:
- methodName:
IsAbstract
property IsAbstract: Boolean read;
Boolean IsAbstract { get; }
ReadOnly Property IsAbstract() As Boolean
ServiceName
property ServiceName: String read;
String ServiceName { get; }
ReadOnly Property ServiceName() As String
ServiceType
property ServiceType: Type read;
Type ServiceType { get; }
ReadOnly Property ServiceType() As Type
ClassFactory
property ClassFactory: IClassFactory read;
IClassFactory ClassFactory { get; }
ReadOnly Property ClassFactory() As IClassFactory
IsAbstract
property IsAbstract: Boolean read;
Boolean IsAbstract { get; }
ReadOnly Property IsAbstract() As Boolean
ServiceName
property ServiceName: String read;
String ServiceName { get; }
ReadOnly Property ServiceName() As String
ServiceType
property ServiceType: Type read;
Type ServiceType { get; }
ReadOnly Property ServiceType() As Type
constructor
constructor(serviceName: String; serviceType: Type; serviceInvoker: IServiceInvoker; classFactory: IClassFactory; isAbstract: Boolean)
ServiceInfo(String serviceName, Type serviceType, IServiceInvoker serviceInvoker, IClassFactory classFactory, Boolean isAbstract)
Sub New(serviceName As String, serviceType As Type, serviceInvoker As IServiceInvoker, classFactory As IClassFactory, isAbstract As Boolean)
Parameters:
- serviceName:
- serviceType:
- serviceInvoker:
- classFactory:
- isAbstract:
GetMethodInvoker
method GetMethodInvoker(methodName: String): ServiceMethodInvoker
ServiceMethodInvoker GetMethodInvoker(String methodName)
Function GetMethodInvoker(methodName As String) As ServiceMethodInvoker
Parameters:
- methodName: