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 (26.2.0.1000)
Syntax
public TTarget GetObject()

Return Value

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