public struct DestinationStruct : Destination,
IEquatable<Destination>| DestinationStruct(Destination) | Creates DestinationStruct basing on Destination object |
| DestinationStruct(DN) | Assignd Internal and To according the type of the DN |
| DestinationStruct(DestinationType, DN, String) | Initializes Destination Struct |
| CopyFrom | copy data from other Destination object |
| CopyTo | Copy data to other Destination object |
| Equals | compared all fields of destination |
| ToDestinationString | Converting to destintion string parsed by |
| ToString |
String presentation of DestinationStruct
(Overrides ValueTypeToString) |
| TryParse | parses string prepared by ToDestinationString |
| RouteToDestinationString |
Generates Destination string for RouteToAsync
(Defined by CallControlAPI) |