Click or drag to resize

DescriptionBase Class

Base class for descriptions.
Inheritance Hierarchy

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

The DescriptionBase type exposes the following members.

Constructors
 NameDescription
Protected methodDescriptionBaseInitializes a new instance of the DescriptionBase class
Top
Properties
 NameDescription
Public propertyId Gets or sets the ID of the description.
Public propertyName Gets or sets the name.
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also