Click or drag to resize

Route Class

The definition of a route between a Sender and a Receiver
Inheritance Hierarchy
SystemObject
  Demo3D.MultiModel.SharedRoute

Namespace:  Demo3D.MultiModel.Shared
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class Route

The Route type exposes the following members.

Constructors
  NameDescription
Public methodRoute
Initializes a new instance of the Route class
Top
Properties
  NameDescription
Public propertyReceiver
The definition of the Receiver
Public propertyReceiverClient
The name of the Receivers client
Public propertySender
The name of the Sender
Public propertySenderClient
The name of the Senders client
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodIsValidRoute
Public methodToString (Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also