Reaction(String, String, String) Constructor

Initializes a new instance of the Reaction class with a name, identifier, and description.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Reaction(
	string Name,
	string Id,
	string Description
)

Parameters

Name  String
The reaction name.
Id  String
The unique reaction identifier (GUID string).
Description  String
A text description of the reaction.

See Also