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


In This Topic
    AttributedRelationshipClassDescription Class Members
    In This Topic

    The following tables list the members exposed by AttributedRelationshipClassDescription.

    Public Constructors
    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. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public PropertyGets the destination class of the ArcGIS.Core.Data.RelationshipClass. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public Property The destination foreign key field in the intermediate relationship class table.  
    Public PropertyThe destination primary key field in the RelationshipClassDescription.DestinationClassDescription.  
    Public Property The fields to add to the intermediate relationship class table.  
    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. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    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. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public PropertyGets the origin foreign key field in the RelationshipClassDescription.DestinationClassDescription for a ArcGIS.Core.Data.RelationshipClass or the origin foreign key field in the intermediate table for an ArcGIS.Core.Data.AttributedRelationshipClass. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public PropertyGets the origin primary key field in the RelationshipClassDescription.OriginClassDescription. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public Property Gets the relationship cardinality. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public Property Gets the message notification direction between origin and destination class. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public Property Gets the relationship rule descriptions. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public Property Gets and sets the relationship split policy. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Public Property Gets the relationship type. (Inherited from ArcGIS.Core.Data.DDL.RelationshipClassDescription)
    Top
    See Also