Class UserGroupDto
- Namespace
- Raytha.Application.UserGroups
- Assembly
- Raytha.Application.dll
public record UserGroupDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<UserGroupDto>
- Inheritance
-
UserGroupDto
- Implements
- Inherited Members
Properties
DeveloperName
public string DeveloperName { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
Methods
GetProjection()
public static Expression<Func<UserGroup, UserGroupDto>> GetProjection()
Returns
- Expression<Func<UserGroup, UserGroupDto>>
GetProjection(UserGroup)
public static UserGroupDto GetProjection(UserGroup entity)
Parameters
entity
UserGroup