ServiceObjectConstructorsWithServiceParam property

Map<Type, CreateServiceObjectWithServiceParam> ServiceObjectConstructorsWithServiceParam
Return Dictionary that maps from ServiceObject Type to CreateServiceObjectWithServiceParam delegate with ExchangeService parameter.

Implementation

Map<Type, CreateServiceObjectWithServiceParam> get ServiceObjectConstructorsWithServiceParam =>
    this._serviceObjectConstructorsWithServiceParam;