Telegram |
The TelegramFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSegment | Adds and appends a new TelegramFormatSegment. | |
| Build | Builds the format into a usable data type. | |
| CreateInstance | Creates an instance of the format data type, i.e., a formatted telegram. | |
| FindSegment | Returns an identified TelegramFormatSegment, or null. | |
| GetDataType | Gets the built data type representing the format. | |
| InsertSegment | Inserts a new TelegramFormatSegment at the specified index. | |
| ProcessInboundTelegram | Processes an inbound telegram. | |
| ProcessInboundTelegramToSegments | Processes an inbound telegram into its segments. | |
| ProcessOutboundTelegram | Processes an outbound telegram. | |
| ProcessSegmentsToOutboundTelegram | Processes telegram segments into an outbound telegram. | |
| RemoveSegment | Removes a TelegramFormatSegment by name. | |
| ReplaceSegments | Replace all current segments with the provided. | |
| SetPropertyT | ||
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |