Click or drag to resize

imbTypeObjectOperationssetObjectValueTypesBySource Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the object by source, but only ValueTypes and string and only properties declared at top inherence level. Returns dictionary with updated properties (only if value changed)

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Dictionary<PropertyInfo, Object> setObjectValueTypesBySource(
	this Object target,
	Object source,
	IAceLogable loger = null
)
Request Example View Source

Parameters

target
Type: SystemObject
The target.
source
Type: SystemObject
The source.
loger (Optional)
Type: imbSCI.Core.interfacesIAceLogable
The loger.

Return Value

Type: DictionaryPropertyInfo, 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