Table of Contents

Class EventAttendeeAdded

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

Constructors

EventAttendeeAdded(Guid, string)

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