UserUpdate Method

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

Definition

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

Parameters

obj  Object
An object implementing the IUser interface with the changed values.

Implements

IEditableUpdate(Object)

See Also