DotRas.Design Namespace

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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
Public class RasCollection<(Of <(<'TObject>)>)>
Provides the abstract base class for a remote-capable generic collection. This class must be inherited.
Public class RasCommonDialog
Specifies the base class used for displaying remote access service (RAS) dialog boxes on the screen. This class must be inherited.
Public class RasComponent
Provides the base implementation for remote access service (RAS) components. This class must be inherited.
Public class 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.