Click or drag to resize

TDSpectralInterpretationClass Class

Interpretation class for spectral units used in WITec data. Maps integer unit indices to human-readable descriptions and shortcuts (for example nanometers -> "nm").
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.WITecTDataClass
    Altaxo.Serialization.WITecTDInterpretationClass
      Altaxo.Serialization.WITecTDSpectralInterpretationClass

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class TDSpectralInterpretationClass : TDInterpretationClass

The TDSpectralInterpretationClass type exposes the following members.

Constructors
 NameDescription
Public methodTDSpectralInterpretationClass Initializes a new instance of the TDSpectralInterpretationClass class.
Top
Properties
 NameDescription
Public propertyCaption Gets the caption of this data class.
(Inherited from TDataClass)
Public propertyClassName Gets the class name associated with this data class.
(Inherited from TDataClass)
Public propertyExcitationWaveLength Gets the excitation wavelength read from the node, if present.
Public propertyID Gets the identifier of this data class.
(Inherited from TDataClass)
Public propertyNode Gets the underlying node for this data class.
(Inherited from TDataClass)
Public propertyTData Gets the node named "TData" that contains the data values for this class.
(Inherited from TDataClass)
Public propertyUnitDescription Gets the textual description of the unit corresponding to UnitIndex.
(Inherited from TDInterpretationClass)
Public propertyUnitIndex Gets the index identifying the selected unit.
(Inherited from TDInterpretationClass)
Public propertyUnitShortCut Gets the short notation or shortcut for the unit corresponding to UnitIndex.
(Inherited from TDInterpretationClass)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUnit Returns the unit description and shortcut for the provided unitIndex. Derived classes should override this to provide mapping between unit indices and their textual representations.
(Overrides TDInterpretationClassGetUnit(Int32))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_tdInterpretation Backing node for the "TDInterpretation" child node of the data class.
(Inherited from TDInterpretationClass)
Protected field_tdSpectralInterpretation Backing node for the "TDSpectralInterpretation" child node.
Top
See Also