Skip to main content

CreateRelationshipResult

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

Summary

Result of a create relationship operation.

Members

Properties

MetadataId

Guid MetadataId { get; set; }

Gets or sets the metadata identifier of the created relationship.

SchemaName

string SchemaName { get; set; }

Gets or sets the schema name of the created relationship.

ValidationMessages

ValidationMessage[] ValidationMessages { get; set; }

Gets or sets the validation messages produced during the operation.

WasDryRun

bool WasDryRun { get; set; }

Gets or sets whether the operation was a dry run.