The DotRas.Design namespace contains base classes that define commonly-used value and reference data types, events and event handlers, interfaces, and attributes.
Classes
Class | Description | |
---|---|---|
RasCollection<(Of <(<'TObject>)>)> |
Provides the abstract base class for a remote-capable generic collection. This class must be inherited.
|
|
RasCommonDialog |
Specifies the base class used for displaying remote access service (RAS) dialog boxes on the screen. This class must be inherited.
|
|
RasComponent |
Provides the base implementation for remote access service (RAS) components. This class must be inherited.
|
|
RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> |
Provides the abstract base class for a remote-capable collection whose objects are owned by other objects. This class must be inherited.
|