Table of Contents

Class AddEventAttendee

Namespace
InSite.Application.Events.Write
Assembly
Shift.Sdk.dll
public class AddEventAttendee : Command, ICommand
Inheritance
AddEventAttendee
Implements
Inherited Members
Extension Methods

Constructors

AddEventAttendee(Guid, Guid, string, bool)

public AddEventAttendee(Guid @event, Guid contact, string role, bool validate)

Parameters

event Guid
contact Guid
role string
validate bool

Properties

ContactIdentifier

public Guid ContactIdentifier { get; set; }

Property Value

Guid

ContactRole

public string ContactRole { get; set; }

Property Value

string

Validate

public bool Validate { get; set; }

Property Value

bool