Click or drag to resize

ProtocolAddressPropertyBagEditor Class

A property bag base class for configuring a ProtocolAddress.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      More

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public abstract class ProtocolAddressPropertyBagEditor : BaseCustomTypeDescriptor, 
	INotifyPropertyChanged

The ProtocolAddressPropertyBagEditor type exposes the following members.

Constructors
 NameDescription
Protected methodProtocolAddressPropertyBagEditorInitializes a new instance of the ProtocolAddressPropertyBagEditor class
Top
Methods
 NameDescription
Public methodGetAddress Returns a ProtocolAddress that represents the configuration defined by this object.
Public methodNextProperty Returns the next property that needs to be edited to complete the address.
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs) Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String) Raises the PropertyChanged event.
Public methodSetAddress Sets this configuration object properties from the ProtocolAddress given.
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
Top
See Also
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      Demo3D.HLE.Comms.NetMqttAddressEditor
      Demo3D.Net.ProtocolsEthernetAddressEditor
      Demo3D.Net.ProtocolsTcpAddressEditor
      Demo3D.Net.ProtocolsUdpAddressEditor
      Demo3D.PLC.Comms.BuiltinBuiltinTagAddress