Table of Contents

Class GroupAssigned

Namespace
InSite.Domain.Issues
Assembly
Shift.Sdk.dll
public class GroupAssigned : Change, IChange
Inheritance
GroupAssigned
Implements
Inherited Members
Extension Methods

Constructors

GroupAssigned(Guid, string)

public GroupAssigned(Guid group, string role)

Parameters

group Guid
role string

Properties

Group

public Guid Group { get; set; }

Property Value

Guid

Role

public string Role { get; set; }

Property Value

string