IDataFactoryTUpdate Method

Updates an object with data from another of the same kind.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
bool Update(
	T obj,
	T mod
)

Parameters

obj  T
Object containing the original values.
mod  T
Object containing the modified values.

Return Value

Boolean
is returned if there were any failures during the update.

See Also