ReactionSetBase(String, Int32, Boolean) Constructor

Initializes a new instance of the ReactionSetBase class with the specified values.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public ReactionSetBase(
	string id,
	int rank,
	bool isactive
)

Parameters

id  String
The reaction ID to reference in this set entry.
rank  Int32
The priority rank of the reaction within the set.
isactive  Boolean
Whether the reaction is active in this set.

See Also