ReactionSetBase Class

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[SerializableAttribute]
public class ReactionSetBase : 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

IsActiveGets or sets whether this reaction is active in the reaction set.
RankGets or sets the priority rank of this reaction within the reaction set.
ReactionIDGets or sets the reaction ID this entry refers to.

Extension Methods

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

See Also