OptionValueDto
- Namespace:
PPDS.Dataverse.Metadata.Models - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Represents a single option value in an option set.
Members
Properties
Color
string Color { get; set; }
Gets the color associated with the option (for status options).
Description
string Description { get; set; }
Gets the description of the option.
ExternalValue
string ExternalValue { get; set; }
Gets the external value for integration scenarios.
IsDefault
bool IsDefault { get; set; }
Gets whether this option is the default value.
IsManaged
bool IsManaged { get; set; }
Gets whether this option is part of a managed solution.
Label
string Label { get; set; }
Gets the display label of the option.
ParentValue
Nullable<int> ParentValue { get; set; }
Gets the parent value for dependent option sets (status linked to state).
State
Nullable<int> State { get; set; }
Gets the state (0=Active, 1=Inactive) for status options.
Value
int Value { get; set; }
Gets the numeric value of the option.