Class SubscriberAdded
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
Properties
ContactIdentifier
public Guid ContactIdentifier { get; set; }
Property Value
ContactRole
public string ContactRole { get; set; }
Property Value
IsGroup
public bool IsGroup { get; set; }