Skip to main content

PropertyValueWithDetailDTO

Represents a property with additional details, including name, value, display text, default value, multilingual support, and a dictionary for multi-language support.

Properties

NameDescription
DefaultValueA string representing the default value of the property.
MultiLanguagesA dictionary that stores multi-language translations for the property, with language codes as keys and translations as values.
NameA string representing the name of the property.
ValueA string containing the value of the property.
TextA string representing the display text associated with the property.
IsMLSupportA boolean indicating whether the property supports multi-language.