Click or drag to resize

ClientDescription Class

Description of a client.
Inheritance Hierarchy
SystemObject
  Demo3D.MultiModel.SharedDescriptionBase
    Demo3D.MultiModel.SharedClientDescription

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

The ClientDescription type exposes the following members.

Constructors
  NameDescription
Public methodClientDescription
Initializes a new instance of the ClientDescription class
Top
Properties
  NameDescription
Public propertyId
Gets or sets the ID of the description.
(Inherited from DescriptionBase.)
Public propertyName
Gets or sets the name.
(Inherited from DescriptionBase.)
Top
Methods
  NameDescription
Public methodToString (Inherited from DescriptionBase.)
Top
See Also