Click or drag to resize

ProtocolAddressEditorAttribute Class

An attribute on a Protocol that defines an editor for creating addresses for that protocol.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NetProtocolAddressEditorAttribute

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public class ProtocolAddressEditorAttribute : Attribute

The ProtocolAddressEditorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodProtocolAddressEditorAttribute
Initializes a new instance of the ProtocolAddressEditorAttribute class
Top
Properties
  NameDescription
Public propertyDisplayName
The protocol name to use (or null to use Protocol.Name).
Public propertyEditor
A protocol address editor. (Eg one that derives from ProtocolAddressEditorBase).
Public propertyScheme
The default protocol address scheme to select for this protocol (or null to use Protocol.Name).
Top
Methods
  NameDescription
Public methodStatic memberGet
Returns the protocol address editor attribute for a protocol, or null.
Top
See Also