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

AdvancedFindTree..::..ProcessFoundTreeViewItem Method (String, FieldDefinition, Nullable<(Of <(<'FieldDataTypes>)>)>, Nullable<(Of <(<'DecimalEditFormatTypes>)>)>)

Processes the found TreeView item.

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

Syntax


public TreeViewItem ProcessFoundTreeViewItem(
	string formula,
	FieldDefinition fieldDefinition,
	Nullable<FieldDataTypes> fieldDataType,
	Nullable<DecimalEditFormatTypes> decimalEditFormat
)
Public Function ProcessFoundTreeViewItem ( _
	formula As String, _
	fieldDefinition As FieldDefinition, _
	fieldDataType As Nullable(Of FieldDataTypes), _
	decimalEditFormat As Nullable(Of DecimalEditFormatTypes) _
) As TreeViewItem
public:
TreeViewItem^ ProcessFoundTreeViewItem(
	String^ formula, 
	FieldDefinition^ fieldDefinition, 
	Nullable<FieldDataTypes^> fieldDataType, 
	Nullable<DecimalEditFormatTypes^> decimalEditFormat
)

Parameters

formula
Type: String
The formula.
fieldDefinition
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The field definition.
fieldDataType
Type: Nullable<(Of <(<'FieldDataTypes>)>)>
Type of the field data.
decimalEditFormat
Type: Nullable<(Of <(<'DecimalEditFormatTypes>)>)>
The decimal edit format.

Return Value

TreeViewItem.