ModelMappingTSource, TTargetGetObject Method

Creates the target object and maps all public properties.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public TTarget GetObject()

Return Value

Type: TTarget
Newly created and initialized target object.
Exceptions
ExceptionCondition
InvalidOperationExceptionModel type has no parameterless constructor nor object factory method has been provided has not been provided.
See Also