Table of Contents

Class GroupUnassigned

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

Constructors

GroupUnassigned(Guid, string)

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