Update.Rename should support renaming more than one element and should be combinable with other update operations

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 1.1
    • Affects Version/s: 1.0
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      For example, both of the following should be valid:

      var update = Update.Rename("x", "xx").Rename("y", "yy");
      var update = Update.Rename("x", "xx").Set("y", 2);

            Assignee:
            Sridhar Nanjundeswaran (Inactive)
            Reporter:
            Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: