Skip to main content

CreateKeyResult

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

Summary

Result of a create alternate key operation.

Members

Properties

MetadataId

Guid MetadataId { get; set; }

Gets or sets the metadata identifier of the created key.

SchemaName

string SchemaName { get; set; }

Gets or sets the schema name of the created key.

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.