Table of Contents

Class PersonCreated

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

Constructors

PersonCreated(Guid, Guid, string)

public PersonCreated(Guid userId, Guid organizationId, string fullName)

Parameters

userId Guid
organizationId Guid
fullName string

Properties

FullName

public string FullName { get; set; }

Property Value

string

OrganizationId

public Guid OrganizationId { get; set; }

Property Value

Guid

UserId

public Guid UserId { get; set; }

Property Value

Guid