Skip to main content

DependencyInfo

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

Summary

Describes a single component dependency found during a delete dry-run.

Members

Properties

DependentComponentName

string DependentComponentName { get; set; }

Gets or sets the display name of the dependent component.

DependentComponentSchemaName

string DependentComponentSchemaName { get; set; }

Gets or sets the schema name of the dependent component, if available.

DependentComponentType

string DependentComponentType { get; set; }

Gets or sets the type of the dependent component (e.g., "Entity", "Attribute", "Form").