Click or drag to resize

imbTypeObjectOperationssetObjectBySource Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the object by source.

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int setObjectBySource(
	this Object target,
	Object source,
	params string[] ignoreList
)
Request Example View Source

Parameters

target
Type: SystemObject
The target.
source
Type: SystemObject
The source.
ignoreList
Type: SystemString
List of properties to ignore.

Return Value

Type: Int32
number of values updated at target object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also