Table of Contents

Class SubscriberAdded

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

Constructors

SubscriberAdded(Guid, string, bool)

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