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

FilterItemDefinition..::..GetPropertyValue<(Of <(<'TEntity>)>)> Method

Gets the property value.

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

Syntax


public string GetPropertyValue<TEntity>(
	TEntity entity
)
Public Function GetPropertyValue(Of TEntity) ( _
	entity As TEntity _
) As String
public:
generic<typename TEntity>
String^ GetPropertyValue(
	TEntity entity
)

Type Parameters

TEntity
The type of the t entity.

Parameters

entity
Type: TEntity
The entity.

Return Value

System.String.