Table of Contents

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

string

Label

public string Label { get; init; }

Property Value

string

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

Returns

UserGroupDto