Reaction Set Base Class
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public class ReactionSetBase : IReactionSetBaseVB
<SerializableAttribute>
Public Class ReactionSetBase
Implements IReactionSetBase- Inheritance
- Object ReactionSetBase
- Implements
- IReactionSetBase
Constructors
| ReactionSetBase | Initializes a new empty instance of the ReactionSetBase class. |
| ReactionSetBase(String, Int32, Boolean) | Initializes a new instance of the ReactionSetBase class with the specified values. |
Properties
| IsActive | Gets or sets whether this reaction is active in the reaction set. |
| Rank | Gets or sets the priority rank of this reaction within the reaction set. |
| ReactionID | Gets or sets the reaction ID this entry refers to. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |