Skip to main content

OptionSetMetadataDto

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

Summary

Full option set metadata including all values.

Members

Properties

Description

string Description { get; set; }

Gets the description of the option set.

DisplayName

string DisplayName { get; set; }

Gets the option set display name.

ExternalTypeName

string ExternalTypeName { get; set; }

Gets the external type name for virtual entity integration.

IsCustomOptionSet

bool IsCustomOptionSet { get; set; }

Gets whether this option set is custom.

IsGlobal

bool IsGlobal { get; set; }

Gets whether this option set is global.

IsManaged

bool IsManaged { get; set; }

Gets whether this option set is part of a managed solution.

MetadataId

Guid MetadataId { get; set; }

Gets the unique metadata identifier.

Name

string Name { get; set; }

Gets the option set name.

OptionSetType

string OptionSetType { get; set; }

Gets the option set type (Picklist, State, Status, Boolean).

Options

List<OptionValueDto> Options { get; set; }

Gets the option values.