The base interface for all data objects in adTempus.
__interface IADTObject : IDispatch;
public interface IADTObject : IDispatch;
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
|