Fields documentation for TextIntervalWeb
Name | Type | Summery | Remarks |
---|---|---|---|
AppendedText | String | Text meant to stand after the autogenerated text. | |
AutoGeneratedTexts | AttributeGroupTextWeb[] | A list of autogenerated texts divided into one description for each applicable attribute group. Autogenerated texts are created based on the values of the associated attributes on a rental object. Thus, the resulting text is a product of the configured attributes on a rental object. It is unlikely that all attribute groups has an associated automatic text. Please note that some rental objects may have elements in this list while the Text property is empty. Other rental objects may have data in both properties, and still others may only have a Text value. | |
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
IsoLanguageCode | String | ISO 3166-1 language code. | |
Text | String | A prose text description of the rental object. | |
ValidFrom | DateTime | Start date. | |
ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |