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.3179.0 (4.8.3179.0)
Syntax
C#
public Codon(
	AddIn addIn,
	string name,
	Properties properties,
	IReadOnlyList<ICondition> conditions
)

Parameters

addIn  AddIn

[Missing <param name="addIn"/> documentation for "M:Altaxo.AddInItems.Codon.#ctor(Altaxo.AddInItems.AddIn,System.String,Altaxo.Main.Services.Properties,System.Collections.Generic.IReadOnlyList{Altaxo.AddInItems.ICondition})"]

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.AddInItems.Codon.#ctor(Altaxo.AddInItems.AddIn,System.String,Altaxo.Main.Services.Properties,System.Collections.Generic.IReadOnlyList{Altaxo.AddInItems.ICondition})"]

properties  Properties

[Missing <param name="properties"/> documentation for "M:Altaxo.AddInItems.Codon.#ctor(Altaxo.AddInItems.AddIn,System.String,Altaxo.Main.Services.Properties,System.Collections.Generic.IReadOnlyList{Altaxo.AddInItems.ICondition})"]

conditions  IReadOnlyListICondition

[Missing <param name="conditions"/> documentation for "M:Altaxo.AddInItems.Codon.#ctor(Altaxo.AddInItems.AddIn,System.String,Altaxo.Main.Services.Properties,System.Collections.Generic.IReadOnlyList{Altaxo.AddInItems.ICondition})"]

See Also