Table of Contents

Class EventAttendeeRemoved

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

Constructors

EventAttendeeRemoved(Guid, string)

public EventAttendeeRemoved(Guid contact, string role)

Parameters

contact Guid
role string

Properties

Contact

public Guid Contact { get; set; }

Property Value

Guid

Role

public string Role { get; set; }

Property Value

string