Composer Class |
The Composer type exposes the following members.
| Name | Description | |
|---|---|---|
| Composer(Stream) | Initrialize new instance of the Composer. | |
| Composer(StreamWriter) | Initrialize new instance of the Composer. | |
| Composer(String) | Initrialize new instance of the Composer. |
| 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. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) | Releases the unmanaged resources used by the Composer and optionally releases the managed resources | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize |
Frees up all resources
(Overrides ObjectFinalize) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Write(Int32, String) | Write data to the composer. | |
| Write(Int32, String, String) | Write data to the composer. |