Click or drag to resize
weroSoft AG, Software
DataConverterExtensionsConvert Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

[Missing <summary> documentation for "M:WeroSoft.Heron.Connection.Federate.DataConverterExtensions.Convert(System.Object)"]

Namespace:  WeroSoft.Heron.Connection.Federate
Assembly:  WeroSoft.Heron.Connection.Contracts (in WeroSoft.Heron.Connection.Contracts.dll) Version: 3.0 Pre-Release
Syntax
C#
public static DataTransferMessage Convert(
	this Object businessObject
)

Parameters

businessObject
Type: SystemObject

[Missing <param name="businessObject"/> documentation for "M:WeroSoft.Heron.Connection.Federate.DataConverterExtensions.Convert(System.Object)"]

Return Value

Type: DataTransferMessage

[Missing <returns> documentation for "M:WeroSoft.Heron.Connection.Federate.DataConverterExtensions.Convert(System.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