UpdateRelationshipRequest
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Request to update an existing Dataverse relationship.
Members
Properties
CascadeConfiguration
CascadeConfigurationDto CascadeConfiguration { get; set; }
Gets or sets the updated cascade configuration.
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.
SchemaName
string SchemaName { get; set; }
Gets or sets the schema name of the relationship to update.
SolutionUniqueName
string SolutionUniqueName { get; set; }
Gets or sets the unique name of the solution containing the relationship.