EntityRelationshipsDto
- Namespace:
PPDS.Dataverse.Metadata.Models - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Container for all relationship types for an entity.
Members
Properties
EntityLogicalName
string EntityLogicalName { get; set; }
Gets the entity logical name.
ManyToMany
List<ManyToManyRelationshipDto> ManyToMany { get; set; }
Gets the many-to-many relationships.
ManyToOne
List<RelationshipMetadataDto> ManyToOne { get; set; }
Gets the many-to-one relationships where this entity is the related (referencing) entity.
OneToMany
List<RelationshipMetadataDto> OneToMany { get; set; }
Gets the one-to-many relationships where this entity is the primary (referenced) entity.