VAF.Extensions.Community icon indicating copy to clipboard operation
VAF.Extensions.Community copied to clipboard

ObjectCopyOptions Helper methods for built in property

Open IdrissPiard opened this issue 4 years ago • 0 comments

Could we have helper methods on ObjectCopyOptions for the built-in properties that allows chaining ? It would allow users to use the same syntax as the one suggested in #24 and thus make the dev experience better

  • public ObjectCopyOptions setCheckInObject(bool checkIn);
  • public ObjectCopyOptions setTargetObjectType(int objectType);

@CraigHawker mentionned using IL weavers ?

IdrissPiard avatar May 12 '21 14:05 IdrissPiard