ProtocolAddressEditor Methods |
The ProtocolAddressEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDynamicMemberNames |
Returns the enumeration of all dynamic member names.
| |
| GetProtocolEditor |
Returns an editor the 'protocol' property.
| |
| GetValidProtocols |
Returns the selection of valid protocols to show in the Protocol property drop-down in sorted order.
Defaults to all protocols with the ProtocolAddressEditorAttribute.
| |
| GetValidProtocols(Type) |
Returns all protocols with the ProtocolAddressEditorAttribute.
| |
| NextProperty |
Returns the name of the next property that needs to be set.
| |
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
| |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
| |
| ToString |
The current address.
| |
| TryGetMember |
Returns the member values. Provides the dynamic behavior for operations such as getting a value for a property.
| |
| TrySetMember |
Sets a member value.
|