Table of Contents

Class EventUserMatch

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class EventUserMatch
Inheritance
EventUserMatch
Inherited Members
Extension Methods

Constructors

EventUserMatch()

public EventUserMatch()

Properties

EventId

public Guid EventId { get; set; }

Property Value

Guid

EventTitle

public string EventTitle { get; set; }

Property Value

string

RelationCreated

public DateTimeOffset? RelationCreated { get; set; }

Property Value

DateTimeOffset?

RelationRole

public string RelationRole { get; set; }

Property Value

string

UserId

public Guid UserId { get; set; }

Property Value

Guid

UserName

public string UserName { get; set; }

Property Value

string