ReflectionHelperApplyChangesT Method

Applies changes to the target object properties from the source object.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static void ApplyChanges<T>(
	T source,
	T target
)
where T : class

Parameters

source  T
Source object.
target  T
Target object.

Type Parameters

T
Class type being used.

See Also