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

ListControlViewModel..::..SetField<(Of <(<'T>)>)> Method

Sets the field.

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

Syntax


protected bool SetField<T>(
	ref T field,
	T value,
	string propertyName
)
Protected Function SetField(Of T) ( _
	ByRef field As T, _
	value As T, _
	propertyName As String _
) As Boolean
protected:
generic<typename T>
bool^ SetField(
	T% field, 
	T value, 
	String^ propertyName
)

Type Parameters

T

Parameters

field
Type: T%
The field.
value
Type: T
The value.
propertyName
Type: String
Name of the property.

Return Value

true if XXXX, false otherwise.