Click or drag to resize

Composer Properties

The Composer type exposes the following members.

Properties
 NameDescription
Public propertyContext Gets or sets the context that is currently being processed by this composer.
Public propertyFixLineStructure if true repair the lines structure.
Public propertyLevel Gets the nesting level of the last written tag.
Public propertySkipLineStructureCheck if true, LineStructureException will never be thrown during serialization.
Public propertySkipMaxLenValueCheck if true, ValueLengthException will never be thrown during serialization.
Public propertySkipMinLenValueCheck if true, ValueLengthException will never be thrown during serialization.
Public propertySkipTagRequiredCheck if true, RequiredTagNotSpecified will never be thrown during serialization.
Public propertySkipValueRequiredCheck if true, ValueRequiredException will never be thrown during serialization.
Public propertyStandard Gets or sets the version of the GEDСOM specification used by the composer. Default value is Gedcom55.
Public propertyTag Gets the last written tag.
Public propertyTagPath Gets path from the root to the last written tag.
Public propertyTrancateValueOnMaxLenExceeded 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.
Public propertyValue Gets the last written value.
Top
See Also