Table of Contents

Class PersonEmailChanged

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

Constructors

PersonEmailChanged(Guid, string)

public PersonEmailChanged(Guid contact, string email)

Parameters

contact Guid
email string

Properties

ContactIdentifier

public Guid ContactIdentifier { get; set; }

Property Value

Guid

Email

public string Email { get; set; }

Property Value

string