Table of Contents

Class UnassignUser

Namespace
InSite.Application.Cases.Write
Assembly
Shift.Sdk.dll
public class UnassignUser : Command, ICommand
Inheritance
UnassignUser
Implements
Inherited Members
Extension Methods

Constructors

UnassignUser(Guid, Guid, string)

public UnassignUser(Guid aggregate, Guid user, string role)

Parameters

aggregate Guid
user Guid
role string

Properties

Role

public string Role { get; set; }

Property Value

string

User

public Guid User { get; set; }

Property Value

Guid