Skip to main content

CreateOneToManyRequest

  • Namespace: PPDS.Dataverse.Metadata.Authoring
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Request to create a one-to-many (1:N) relationship between two Dataverse tables.

Members

Properties

CascadeConfiguration

CascadeConfigurationDto CascadeConfiguration { get; set; }

Gets or sets the cascade configuration for the relationship.

DryRun

bool DryRun { get; set; }

Gets or sets whether this is a dry-run (validation only, no changes persisted).

IsHierarchical

Nullable<bool> IsHierarchical { get; set; }

Gets or sets whether this is a hierarchical relationship.

LookupDisplayName

string LookupDisplayName { get; set; }

Gets or sets the display name of the lookup column.

LookupSchemaName

string LookupSchemaName { get; set; }

Gets or sets the schema name of the lookup column created on the referencing entity.

ReferencedEntity

string ReferencedEntity { get; set; }

Gets or sets the logical name of the referenced (parent / "one" side) entity.

ReferencingEntity

string ReferencingEntity { get; set; }

Gets or sets the logical name of the referencing (child / "many" side) entity.

SchemaName

string SchemaName { get; set; }

Gets or sets the schema name for the relationship.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution to add the relationship to.