com.esri.arcgis.geodatabase
Interface esriRelNotification

All Superinterfaces:
Serializable

public interface esriRelNotification
extends Serializable

Relationship Notification Direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRelNotificationBackward
          Backward - messages are sent only from destination objects to source objects.
static int esriRelNotificationBoth
          Both - messages are sent in both directions.
static int esriRelNotificationForward
          Forward - messages are sent only from origin objects to destination objects.
static int esriRelNotificationNone
          None - no messages are sent.
 

Field Detail

esriRelNotificationNone

static final int esriRelNotificationNone
None - no messages are sent.

See Also:
Constant Field Values

esriRelNotificationForward

static final int esriRelNotificationForward
Forward - messages are sent only from origin objects to destination objects.

See Also:
Constant Field Values

esriRelNotificationBackward

static final int esriRelNotificationBackward
Backward - messages are sent only from destination objects to source objects.

See Also:
Constant Field Values

esriRelNotificationBoth

static final int esriRelNotificationBoth
Both - messages are sent in both directions.

See Also:
Constant Field Values