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

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..SaveHeader Method

Saves the header.

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

Syntax


protected bool SaveHeader(
	TEntity entity,
	IDbContext context
)
Protected Function SaveHeader ( _
	entity As TEntity, _
	context As IDbContext _
) As Boolean
protected:
bool^ SaveHeader(
	TEntity entity, 
	IDbContext^ context
)

Parameters

entity
Type: TEntity
The entity.
context
Type: RingSoft.DbLookup..::..IDbContext
The context.

Return Value

true if XXXX, false otherwise.