Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PropertyMergeStrategy

Index

Enumeration Members

Enumeration Members

ASSIGN: 0

Copy properties from the source to the target. Properties in the target which are not in the source are kept.

KEEP: 2

Don't touch properties in the target

REPLACE: 1

Erase properties in the target and then copy properties from the source to the target.

Generated using TypeDoc