AllowedUserRole
public class AllowedUserRole : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
AllowedUserRole
public AllowedUserRole(string role)
Properties
Role
public string Role { get; }
Methods
DeepClone
public override object DeepClone()