Table of Contents

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

person Guid
isAdministrator bool
isUser bool
isEmployee bool
isCustomer bool

Properties

IsAdministrator

public bool IsAdministrator { get; set; }

Property Value

bool

IsCustomer

public bool IsCustomer { get; set; }

Property Value

bool

IsEmployee

public bool IsEmployee { get; set; }

Property Value

bool

IsUser

public bool IsUser { get; set; }

Property Value

bool