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

ExtensionMethods..::..FillOutEntity<(Of <(<'TEntity>)>)> Method

Fills the out entity.

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

Syntax


public static void FillOutEntity<TEntity>(
	this TEntity entity
)
<ExtensionAttribute> _
Public Shared Sub FillOutEntity(Of TEntity) ( _
	entity As TEntity _
)
[ExtensionAttribute]
public:
generic<typename TEntity>
static void FillOutEntity(
	TEntity entity
)

Type Parameters

TEntity
The type of the t entity.

Parameters

entity
Type: TEntity
The entity.