Click or drag to resize

RepositoryServiceAdapterTService Class

An Adapter that enables usage of IceNetService implementations directly, without generated code from the Service Builder.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.ServiceRepositoryServiceAdapterTService

Namespace:  PDTec.IceNet.Sdk.Service
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class RepositoryServiceAdapter<TService>
where TService : new(), IceNetService

Type Parameters

TService
The service implementation.
Methods
  NameDescription
Public methodStatic memberInstance(IDatabaseRepository)
Gets a service instance that is connected to the ice.NET infrastructure.
Public methodStatic memberInstance(IDatabaseRepository, String)
Gets a service instance that is connected to the ice.NET infrastructure.
Top
Examples
r0 = RepositoryServiceAdapter<MyService>.Instance(Repository, IceNetUserName).MyMethod(p1, p2);
See Also