ModelEditUpdate Method

Updates the current object properties from an object of the same type.

Definition

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

Parameters

obj  Object
An object with the changed values.

Implements

IEditableUpdate(Object)

See Also