Class CanGetUserByIdRequirement
Namespace: Identity.Application.Authorization.Users
Assembly: Identity.Application.dll
public class CanGetUserByIdRequirement : IAuthorizationRequirement
Inheritance
object ← CanGetUserByIdRequirement
Implements
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
CanGetUserByIdRequirement\(Guid, Guid?\)
public CanGetUserByIdRequirement(Guid userGuid, Guid? userRestaurantGuid)
Parameters
userGuid Guid
userRestaurantGuid Guid?
Properties
UserGuid
public Guid UserGuid { get; }
Property Value
UserRestaurantGuid
public Guid? UserRestaurantGuid { get; }
Property Value
Guid?
Last modified: 21 May 2024