Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.7 KB

File metadata and controls

14 lines (11 loc) · 1.7 KB

# OenormPositionPropertiesDto

Properties

Name Type Description Notes
originCode \Dangl\AVACloud\Model\OenormOriginCodeDto
openingTextIsFreeText bool This marks if the opening texts within this element are considered free text. It corresponds to 'vorbemerkungskennzeichen' in ÖNorm.
isMainPosition bool This indicates if the ÖNorm 'wesentliche position' mark is set. This should no longer be used, please use the IsMainPosition property on the parent position instead.
isUndividedPosition bool This indicates if the ÖNorm position was a 'ungeteilteposition' (undivided position). This will only be taken into account when the position is also the sole element inside it's parent group
oenormShortText string In some ÖNorm formats, the short text can have it's own addition, so the text is split up in OenormShortText and OenormShortTextAddition To serialize this, either the ShortText property of the parent position needs to be null, or OenormShortText ' ' OenormShortTextAddition needs to match the ShortText. [optional]
oenormShortTextAddition string In some ÖNorm formats, the short text can have it's own addition, so the text is split up in OenormShortText and OenormShortTextAddition To serialize this, either the ShortText property of the parent position needs to be null, or OenormShortText ' ' OenormShortTextAddition needs to match the ShortText. [optional]

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