RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

GenericReportFilterViewModel..::..ValBeginEndText Method

Values the begin end text.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


protected virtual bool ValBeginEndText(
	string beginText,
	string endText,
	string caption,
	string codeDescription
)
Protected Overridable Function ValBeginEndText ( _
	beginText As String, _
	endText As String, _
	caption As String, _
	codeDescription As String _
) As Boolean
protected:
virtual bool^ ValBeginEndText(
	String^ beginText, 
	String^ endText, 
	String^ caption, 
	String^ codeDescription
)

Parameters

beginText
Type: String
The begin text.
endText
Type: String
The end text.
caption
Type: String
The caption.
codeDescription
Type: String
The code description.

Return Value

true if XXXX, false otherwise.