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

LookupContextBase..::..FormatValueForSearchHost Method

Formats the value for search host.

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

Syntax


public virtual string FormatValueForSearchHost(
	int searchForHostId,
	string value,
	FieldDefinition fieldDefinition
)
Public Overridable Function FormatValueForSearchHost ( _
	searchForHostId As Integer, _
	value As String, _
	fieldDefinition As FieldDefinition _
) As String
public:
virtual String^ FormatValueForSearchHost(
	int^ searchForHostId, 
	String^ value, 
	FieldDefinition^ fieldDefinition
)

Parameters

searchForHostId
Type: Int32
The search for host identifier.
value
Type: String
The value.
fieldDefinition
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The field definition.

Return Value

System.String.