Click or drag to resize

Codon Constructor

Initializes a new instance of the Codon class.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Codon(
	AddIn addIn,
	string name,
	Properties properties,
	IReadOnlyList<ICondition> conditions
)

Parameters

addIn  AddIn
The add-in that owns the codon.
name  String
The codon name.
properties  Properties
The codon properties.
conditions  IReadOnlyListICondition
The conditions attached to the codon.
See Also