Change 13747

cfinnie (cfinnie)
cfinnie committed this change into //guest/cfinnie/p4api.net/main/p4api.net
Request Review
Download .zip
ISSUE: GetGroups when passed a Group as an argument returned a list of incomplete Group objects that did not have all their fields populated for example UserNames is null for all of
the groups returned.
CHANGE: Add GetGroupsEx to use GetGroup to populate the Group list since it sets all properties of the object.

ISSUE: Incomplete Groups retrieved by GetGroups when used to update the server would nullify group properties on the server
CHANGE: Added boolean IsUpdateSafe property to Group class that will be true when a Group is constructed with all of its properties and false when constructed with only the Id and default null properties.
  • Files 2
  • Comments 0
2 edited 0 added 0 deleted
Group.cs#3
Loading...
Repository.Group.cs#3
Loading...
Tip: Use n and p to cycle through the changes.