Table of Contents

Class EventScoresPublished

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

Constructors

EventScoresPublished(Guid[], bool)

public EventScoresPublished(Guid[] registrations, bool alertMessageEnabled)

Parameters

registrations Guid[]
alertMessageEnabled bool

Properties

AlertMessageEnabled

public bool AlertMessageEnabled { get; set; }

Property Value

bool

Registrations

public Guid[] Registrations { get; set; }

Property Value

Guid[]

Warnings

public string[] Warnings { get; set; }

Property Value

string[]