ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / RelationshipClassDescription Class
Properties


In This Topic
    RelationshipClassDescription Class Members
    In This Topic

    The following tables list the members exposed by RelationshipClassDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the backward path label of the ArcGIS.Core.Data.RelationshipClass to uniquely identify the relationship when navigating from the destination to the origin.  
    Public PropertyGets the destination class of the ArcGIS.Core.Data.RelationshipClass.  
    Public PropertyGets the forward path label of the ArcGIS.Core.Data.RelationshipClass to uniquely identify the relationship when navigating from the origin to the destination.  
    Public Property The name of the dataset or the field this description is referencing. (Inherited from ArcGIS.Core.Data.DDL.Description)
    Public PropertyGets the origin class of the ArcGIS.Core.Data.RelationshipClass.  
    Public PropertyGets the origin foreign key field in the DestinationClassDescription for a ArcGIS.Core.Data.RelationshipClass or the origin foreign key field in the intermediate table for an ArcGIS.Core.Data.AttributedRelationshipClass.  
    Public PropertyGets the origin primary key field in the OriginClassDescription.  
    Public Property Gets the relationship cardinality.  
    Public Property Gets the message notification direction between origin and destination class.  
    Public Property Gets the relationship rule descriptions.  
    Public Property Gets and sets the relationship split policy.  
    Public Property Gets the relationship type.  
    Top
    See Also