nicolgit / whoiswho

azure WhoIsWho engine
MIT License
4 stars 2 forks source link

Work on the parent/child relationship #15

Open liguori opened 3 years ago

liguori commented 3 years ago

usersInGroups.AddRange( groupsMemberOf .Select(group => new WhoIsWhoEntity(AzureItemType.UserInGroup.ToString(), $"{user.Id}_{group.Id}") {

                            ChildRowKey = **user**.Id,
                            ....
                            ParentRowKey = **group**.Id

... }) );