Table of Contents

Class EventParticipationSummary

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class EventParticipationSummary
Inheritance
EventParticipationSummary
Inherited Members
Extension Methods

Constructors

EventParticipationSummary()

public EventParticipationSummary()

Properties

AchievementDescription

public string AchievementDescription { get; set; }

Property Value

string

AchievementIdentifier

public Guid AchievementIdentifier { get; set; }

Property Value

Guid

AchievementTitle

public string AchievementTitle { get; set; }

Property Value

string

EventIdentifier

public Guid EventIdentifier { get; set; }

Property Value

Guid

EventScheduledEnd

public DateTimeOffset? EventScheduledEnd { get; set; }

Property Value

DateTimeOffset?

EventScheduledStart

public DateTimeOffset EventScheduledStart { get; set; }

Property Value

DateTimeOffset

EventSchedulingStatus

public string EventSchedulingStatus { get; set; }

Property Value

string

RegistrationCount

public int RegistrationCount { get; set; }

Property Value

int