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

AdvancedFindViewModel..::..ProcessFoundTreeViewItem Method

Processes the found TreeView item.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.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.