Click or drag to resize

TelegramFormat Methods

The TelegramFormat type exposes the following members.

Methods
 NameDescription
Public methodAddSegment Adds and appends a new TelegramFormatSegment.
Public methodBuild Builds the format into a usable data type.
Public methodCreateInstance Creates an instance of the format data type, i.e., a formatted telegram.
Public methodFindSegment Returns an identified TelegramFormatSegment, or null.
Public methodGetDataType Gets the built data type representing the format.
Public methodInsertSegment Inserts a new TelegramFormatSegment at the specified index.
Public methodProcessInboundTelegram Processes an inbound telegram.
Public methodProcessInboundTelegramToSegments Processes an inbound telegram into its segments.
Public methodProcessOutboundTelegram Processes an outbound telegram.
Public methodProcessSegmentsToOutboundTelegram Processes telegram segments into an outbound telegram.
Public methodRemoveSegment Removes a TelegramFormatSegment by name.
Public methodReplaceSegments Replace all current segments with the provided.
Protected methodSetPropertyT 
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also