PropertyValueWithDetailDTO
Represents a property with additional details, including name, value, display text, default value, multilingual support, and a dictionary for multi-language support.
Properties
Name | Description |
---|---|
DefaultValue | A string representing the default value of the property. |
MultiLanguages | A dictionary that stores multi-language translations for the property, with language codes as keys and translations as values. |
Name | A string representing the name of the property. |
Value | A string containing the value of the property. |
Text | A string representing the display text associated with the property. |
IsMLSupport | A boolean indicating whether the property supports multi-language. |