2using System.Collections.Generic;
3using System.ComponentModel.DataAnnotations;
26 public ICollection<User>?
Users {
get;
set; }
40 ?.Select(x => x.CreateUserName())
42 ??
new List<UserName>()
virtual ? long Id
The ID of the entity.
Base class for named entities.
virtual ? string Name
The name of the entity represented by the NamedEntity.
Represents a group of Users.
ICollection< User >? Users
The Users the UserGroup has.
UserGroupResponse ToApi()
UserGroupResponse ToApi(bool showUsers)
Convert the UserGroup to it's API form.
@ Required
DMAPI validation must suceed for the deployment to succeed.