Table of Contents

Class GroupCreated

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

Constructors

GroupCreated(Guid, string, string, DateTimeOffset)

public GroupCreated(Guid tenant, string type, string name, DateTimeOffset created)

Parameters

tenant Guid
type string
name string
created DateTimeOffset

Properties

Created

public DateTimeOffset Created { get; }

Property Value

DateTimeOffset

Name

public string Name { get; }

Property Value

string

Tenant

public Guid Tenant { get; }

Property Value

Guid

Type

public string Type { get; }

Property Value

string