Composer Properties |
The Composer type exposes the following members.
| Name | Description | |
|---|---|---|
| Context | Gets or sets the context that is currently being processed by this composer. | |
| FixLineStructure | if true repair the lines structure. | |
| Level | Gets the nesting level of the last written tag. | |
| SkipLineStructureCheck | if true, LineStructureException will never be thrown during serialization. | |
| SkipMaxLenValueCheck | if true, ValueLengthException will never be thrown during serialization. | |
| SkipMinLenValueCheck | if true, ValueLengthException will never be thrown during serialization. | |
| SkipTagRequiredCheck | if true, RequiredTagNotSpecified will never be thrown during serialization. | |
| SkipValueRequiredCheck | if true, ValueRequiredException will never be thrown during serialization. | |
| Standard | Gets or sets the version of the GEDСOM specification used by the composer. Default value is Gedcom55. | |
| Tag | Gets the last written tag. | |
| TagPath | Gets path from the root to the last written tag. | |
| TrancateValueOnMaxLenExceeded | if true and the tag's value exceeds the maximum value, then the value of that tag will be truncated to the maximum allowed size. | |
| Value | Gets the last written value. |