Table of Contents

Class AssignUser

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

Constructors

AssignUser(Guid, Guid, string)

public AssignUser(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