Click or drag to resize

DataPPConfigurationParameter Class

The DataPPConfigurationParameter class is an introspection class that represents a configuration parameter.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropDataPPConfigurationParameter

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
[SerializableAttribute]
public sealed class DataPPConfigurationParameter : IDisposable

The DataPPConfigurationParameter type exposes the following members.

Constructors
  NameDescription
Public methodDataPPConfigurationParameter
Initializes a new instance of the DataPPConfigurationParameter class
Top
Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyLabel
Gets the label of the configuration parameter.
Public propertyValues
Gets the values of the configuration parameter.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the DataPPConfigurationParameter
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the DataPPConfigurationParameter to a String.
(Overrides ObjectToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also