ServiceObjectConstructorsWithAttachmentParam property

Map<Type, CreateServiceObjectWithAttachmentParam> ServiceObjectConstructorsWithAttachmentParam
Return Dictionary that maps from ServiceObject Type to CreateServiceObjectWithAttachmentParam delegate with ItemAttachment parameter.

Implementation

Map<Type, CreateServiceObjectWithAttachmentParam>
    get ServiceObjectConstructorsWithAttachmentParam =>
        this._serviceObjectConstructorsWithAttachmentParam;