IEditableUpdate Method

Updates changes in another object of the same type to this object.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
void Update(
	Object? obj
)

Parameters

obj  Object
An object to use as the data source.

See Also