The PDTec.IceNet.Core.Database namespace provides interfaces and classes that
provide access to ice.NET functionality that is exclusively available
on implemenations based on relational databases.
The PDTec.IceNet.Core.Model namespace provides interfaces and classes that
define an abstract ice.NET database implementation. These types are normally
not used to implement ice.NET applications.
The PDTec.IceNet.Core.Model.File namespace provides types related to
handling and versioning binary content. It provides implementation for
the Core.File object type.
The PDTec.IceNet.Core.Model.Implementation namespace provides types
and interfaces to enable the implementation of business objects for
the ice.NET platform.
The PDTec.IceNet.Core.Runtime namespace provides types for basic runtime-related functionality
such as logging, license management and exception handling.
The PDTec.IceNet.Core.Model.Xml namespace provides interfaces to import
and export ice.NET data, model packages and administrative data fron and to XML.
The PDTec.IceNet.Sdk namespace provides a central entry point to ice.NET.
Use the IceNetSdk class to create cusomizable repository instances
if you do not want to use preconfigured application setups.
The PDTec.IceNet.Sdk.Utils namespace provides utility classes that simplify
working with ice.NET. Classes that end with Utils contain static utility
methods.
The PDTec.IceNet.Sdk.Xml namespace provides classes to read and write
ice.NET models and data from and to XML. They implement interfaces from
the namespace PDTec.IceNet.Core.Xml. Use XmlFactory
to create instances of the XML classes.
The PDTec.IceNet.Web.Service.TicketBased namespace provides base classes to
implement or generate ice.NET web services that use a ticket-based session
and authorization concept.