SpecialOpObjectInfo Class

Stores metadata about a single object-property pair used by special operations such as the Design Specification or Sensitivity Analysis tools.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps.Helpers
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
[SerializableAttribute]
public class SpecialOpObjectInfo : ISpecialOpObjectInfo
Inheritance
Object    SpecialOpObjectInfo
Implements
ISpecialOpObjectInfo

Constructors

SpecialOpObjectInfo Initializes a new default instance of SpecialOpObjectInfo.

Properties

ID Gets or sets the unique identifier of the referenced simulation object.
Name Gets or sets the display name of the referenced simulation object.
ObjectType Gets or sets the type name of the referenced simulation object (e.g. "MaterialStream", "Compressor").
PropertyName Gets or sets the name of the property on the referenced simulation object.
Units Gets or sets the display unit string for the referenced property (e.g. "bar", "°C").
UnitsType Gets or sets the unit-of-measure category for the referenced property (e.g. pressure, temperature).

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also