Click or drag to resize

TDSpaceInterpretationClass Class

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

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

The TDSpaceInterpretationClass type exposes the following members.

Constructors
 NameDescription
Public methodTDSpaceInterpretationClass Initializes a new instance of the TDSpaceInterpretationClass class using the provided node.
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 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_tdSpaceInterpretation Backing node for the "TDSpaceInterpretation" child node.
Top
See Also