ESRI.ArcGIS.ADF.ArcGISServer
esriRelNotification Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriRelNotification Enumeration




Relationship Notification Direction.

Syntax

Visual Basic (Declaration) 
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<SerializableAttribute()>
Public Enum esriRelNotification 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriRelNotification
C# 
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[SerializableAttribute()]
public enum esriRelNotification : Enum 

Members

MemberDescription
esriRelNotificationNoneNone - no messages are sent.
esriRelNotificationForwardForward - messages are sent only from origin objects to destination objects.
esriRelNotificationBackwardBackward - messages are sent only from destination objects to source objects.
esriRelNotificationBothBoth - messages are sent in both directions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriRelNotification

See Also

© 2010 All Rights Reserved.