Click or drag to resize

experimentNotes Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the experimentNotes class

Namespace:  imbWBI.Core.commons
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public experimentNotes(
	folderNode __folder,
	string _description
)

Parameters

__folder
Type: folderNode

[Missing <param name="__folder"/> documentation for "M:imbWBI.Core.commons.experimentNotes.#ctor(imbSCI.Core.files.folders.folderNode,System.String)"]

_description
Type: SystemString

[Missing <param name="_description"/> documentation for "M:imbWBI.Core.commons.experimentNotes.#ctor(imbSCI.Core.files.folders.folderNode,System.String)"]

See Also