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
Properties
ContactIdentifier
public Guid ContactIdentifier { get; set; }
Property Value
ContactRole
public string ContactRole { get; set; }
Property Value
Validate
public bool Validate { get; set; }