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()
Public Function GetObject As TTarget
public:
TTarget GetObject()
member GetObject : unit -> 'TTarget
Return Value
Type:
TTarget
Newly created and initialized target object.
Exceptions Exception | Condition |
---|
InvalidOperationException | Model type has no parameterless constructor nor object factory method has been provided has not been provided. |
See Also