Click or drag to resize

HelperCopyPropertiesFromReference Method

Copy the property values of a reference object to a destination object for the properties still having their default value

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static void CopyPropertiesFromReference(
	Object defaultObject,
	Object referenceObject,
	Object destObject
)

Parameters

defaultObject  Object
 
referenceObject  Object
 
destObject  Object
 
See Also