Show / Hide Table of Contents

    The SDS2 .NET API

    The SDS2 .NET API consists of several assemblies: Database, Exceptions, Model, Primitives, and Winforms. These assemblies are not completely independent, and a non-trivial application will likely use all of them.

    Included in these assemblies are various List classes which are not implemented as System.Collections.Generic.Lists, but have an identical interface. These classes must be defined in assemblies that contain methods that return objects of these types, so they may not be found where one might expect.

    Back to top