Skip to main content

EntityKeyDto

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

Summary

Represents an alternate key definition for an entity.

Members

Properties

DisplayName

string DisplayName { get; set; }

Gets the display name of the key.

EntityKeyIndexStatus

string EntityKeyIndexStatus { get; set; }

Gets the entity key index status.

IsCustomizable

bool IsCustomizable { get; set; }

Gets whether this is a custom key.

IsManaged

bool IsManaged { get; set; }

Gets whether this key is part of a managed solution.

KeyAttributes

List<string> KeyAttributes { get; set; }

Gets the attributes that make up this key.

LogicalName

string LogicalName { get; set; }

Gets the logical name of the key.

MetadataId

Guid MetadataId { get; set; }

Gets the unique metadata identifier.

SchemaName

string SchemaName { get; set; }

Gets the schema name of the key.