Table of Contents

Class SubscriberRemoved

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

Constructors

SubscriberRemoved(Guid, string, bool)

public SubscriberRemoved(Guid contact, string role, bool isGroup)

Parameters

contact Guid
role string
isGroup bool

Properties

ContactIdentifier

public Guid ContactIdentifier { get; set; }

Property Value

Guid

ContactRole

public string ContactRole { get; set; }

Property Value

string

IsGroup

public bool IsGroup { get; set; }

Property Value

bool