Click or drag to resize

IncludeTextStartsWith(IXmlDeserializationInfo, String, Boolean, IReadableColumnProxy) Constructor

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

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected IncludeTextStartsWith(
	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