CompositeMapper.force

Set force

  1. bool force [@property setter]
    class CompositeMapper(To, From)
    @property @safe nothrow pure
    typeof(this)
    force
    (
    bool force
    )
  2. inout(bool) force [@property getter]

Parameters

force bool

whether to force attempt in setting a property in a mapped component

Return Value

Type: typeof(this)

typeof(this)

Meta