Class ChangePersonAuthorization
- Namespace
- InSite.Application.People.Write.Old
- Assembly
- Shift.Sdk.dll
public class ChangePersonAuthorization : Command, ICommand
- Inheritance
-
ChangePersonAuthorization
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangePersonAuthorization(Guid, bool, bool, bool, bool)
public ChangePersonAuthorization(Guid person, bool isAdministrator, bool isUser, bool isEmployee, bool isCustomer)
Parameters
Properties
IsAdministrator
public bool IsAdministrator { get; set; }
Property Value
IsCustomer
public bool IsCustomer { get; set; }
Property Value
IsEmployee
public bool IsEmployee { get; set; }
Property Value
IsUser
public bool IsUser { get; set; }