ReactionSet(String, String, String) Constructor

Initializes a new instance of the ReactionSet class with the specified ID, name, and description.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public ReactionSet(
	string id,
	string name,
	string description
)

Parameters

id  String
The unique identifier for the reaction set.
name  String
The name of the reaction set.
description  String
A text description of the reaction set.

See Also