Skip to main content

AddOptionValueRequest

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

Summary

Request to add a new option value to an existing option set.

Members

Properties

AttributeLogicalName

string AttributeLogicalName { get; set; }

Gets or sets the attribute logical name (for local option sets).

Color

string Color { get; set; }

Gets or sets the color associated with the option (hex string).

Description

string Description { get; set; }

Gets or sets the description for the new option.

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the entity logical name (for local option sets).

Label

string Label { get; set; }

Gets or sets the label for the new option.

OptionSetName

string OptionSetName { get; set; }

Gets or sets the name of the option set.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution containing the option set.

Value

Nullable<int> Value { get; set; }

Gets or sets the numeric value for the new option. Auto-assigned if null.