PDTec.IceNet.Sdk.Service Namespace |
Class | Description | |
---|---|---|
IceNetApplicationServiceAdapterTService |
An Adapter that enables usage of IceNetService implementations directly from
within an IceNetApplication-based application, without generated code
from the Service Builder. The service uses the ice.NET infrastructure provided
by the IceNetApplication configuration. Therefore, the service methods
must be called within a regular IceNetApplication.AccessRepository()
scope (see example).
| |
IceNetService |
Abstract base class to be used to implement methods for a business
service layer. This base class provides access to common infrastructure
properties (Repository, IceNetUserName) and authorization check methods.
| |
IceNetServiceException |
This exception is to be thrown by a ice.NET Service implementation
to transfer an Error Code and Error Values to the service caller.
| |
RepositoryServiceAdapterTService |
An Adapter that enables usage of IceNetService implementations directly, without
generated code from the Service Builder.
| |
RequestAuthorizationProviderEventArgs | ||
RequestInfrastructureProviderEventArgs | ||
ServiceAdapterTService |
An adapter that enables usage of IceNetService implementations from other
IceNetService implementations directly, without generated code from
the Service Builder.
| |
ServiceFactory |
A factory class to be used in service wrappers and service adapters to instantiate
the requested or a configured specialized service implementation class.
|
Interface | Description | |
---|---|---|
IAuthorizationProvider | ||
IInfrastructureProvider |