Click or drag to resize

ProtocolAddressEditor Methods

The ProtocolAddressEditor type exposes the following members.

Methods
  NameDescription
Public methodGetDynamicMemberNames
Returns the enumeration of all dynamic member names.
(Overrides DynamicObjectGetDynamicMemberNames.)
Protected methodGetProtocolEditor
Returns an editor the 'protocol' property.
Public methodGetValidProtocols
Returns the selection of valid protocols to show in the Protocol property drop-down in sorted order. Defaults to all protocols with the ProtocolAddressEditorAttribute.
Public methodStatic memberGetValidProtocols(Type)
Returns all protocols with the ProtocolAddressEditorAttribute.
Public methodNextProperty
Returns the name of the next property that needs to be set.
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
Public methodToString
The current address.
(Overrides ObjectToString.)
Public methodTryGetMember
Returns the member values. Provides the dynamic behavior for operations such as getting a value for a property.
(Overrides DynamicObjectTryGetMember(GetMemberBinder, Object).)
Public methodTrySetMember
Sets a member value.
(Overrides DynamicObjectTrySetMember(SetMemberBinder, Object).)
Top
See Also