Reaction(String, String) Constructor

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

Definition

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

Parameters

Name  String
The reaction name.
Id  String
The unique reaction identifier (GUID string).

See Also