Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DtoMapping

Index

Methods

Static assign

  • assign<T>(object: T, attributes: any): T
  • Creates a copy of the first object adding the attributes of the second object.

    Type parameters

    • T

    Parameters

    • object: T

      the object to be cloned

    • attributes: any

      the extra attributes to be added to the object.

    Returns T

    a copy of the first object with the new attributes added.

Static extractAccountRestrictionFromDto

Generated using TypeDoc