Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 3.99 KB

SubDescriptionDto.md

File metadata and controls

27 lines (23 loc) · 3.99 KB

SubDescriptionDto

Properties

Name Type Description Notes
id str Elements GUID identifier.
quantity float Returns the total calculated sum of all quantity assignments. Will return the result rounded to three decimal places.
quantity_override float You can use this property to directly set the quantity for this sub description. This will override any given QuantityComponents [optional]
quantity_components list[CalculationDto] Holds quantity information for this sub description. Quantity is listening to changes here and is reporting the total sum of all quantity components. [optional]
amount_to_be_entered_by_bidder bool Indicates if the bidder is asked to specify an amount.
identifier str Identifier for this SubDescription. [optional]
short_text str Short description for this DescriptionBase element. [optional]
long_text str Detailed description for this DescriptionBase element. When the HtmlLongText is set, this is automatically overwritten and filled with the appropriate plain text representation of the Html text. Vice versa, setting this property overrides the HtmlLongText. [optional]
unit_tag str If this is given, then the sub description has a different unit tag than the parent position. [optional]
html_long_text str This contains the Html representation of the Longtext. When the LongText is set, this is automatically overwritten and filled with the appropriate Html representation of the plaintext. Vice versa, setting this property overrides the LongText. GAEB 90 and GAEB 2000 exports do not support any image functionality. In GAEB XML, only images that use an embedded Base64 data uri are exported, regular url references are cleared before written out. [optional]
addition_type AdditionTypeDto Indicates if this DescriptionBase element contains Buyer or Bidder additions to the text.
standardized_description StandardizedDescriptionDto This represents a standardized description. This means that instead of solely relying on texts to describe a service, external standards and definitions are referenced for a common understanding. [optional]
execution_description_reference str This identifier can be used to point to the Id of an ExecutionDescription in the same ServiceSpecification. ExecutionDescriptions act as a way to centrally describe how positions (or sub descriptions) should be executed in practice. Often, the position (or sub description) itself still has text of its own to highlight deviations from that or add more details. When working with import and export features, this property is only supported in GAEB 90 data exchange. [optional]
project_catalogues list[CatalogueDto] These are Catalogues that are used within this Calculation. Catalogues are used to describe catalogues, or collections, that can be used to describe elements with commonly known properties. For example, QuantityAssignments use these to categorize themselves. They are propagate to all child elements, e.g. other containers and QuantityAssignments. In the context of a ServiceSpecification, all elements share the same instance of the collection. [optional]
description_id str This is an identifier specific for this description. Some exchange formats, like GAEB XML, use it to identify descriptions. It's different to an elements identifier in that it should only apply to the description component, meaning the text itself. [optional]
has_bidder_comment_in_html_long_text bool
element_type str [optional]
element_type_discriminator str [optional]

[Back to Model list] [Back to API list] [Back to README]