adTempus API
PreviousUpNext
IADTObject Interface

The base interface for all data objects in adTempus.

C++
__interface IADTObject : IDispatch;
C#
public interface IADTObject : IDispatch;
Visual Basic
Public Interface IADTObject
Inherits IDispatch

It exposes properties and methods common to all data objects.

Instances of classes that implement IADTObject cannot be directly created. You must use the Scheduler.CreateObject method to create new objects, or Scheduler.GetObject (or another Get method) to retrieve existing objects. 

See the API Overview topic for more information on data objects.

adTempus API Reference version 3.0.0.0, revised 10/30/2008