Click or drag to resize

IncludeTextContains(IXmlDeserializationInfo, String, Boolean, IReadableColumnProxy) Constructor

Deserialization constructor. Initializes a new instance of the IncludeTextContains class.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected IncludeTextContains(
	IXmlDeserializationInfo info,
	string value,
	bool ignoreCase,
	IReadableColumnProxy? columnProxy
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
value  String
The numerical value.
ignoreCase  Boolean
If true, string comparison is done case-insensitive.
columnProxy  IReadableColumnProxy
The column.
See Also