Table of Contents

Class ChangeEventVenue

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

Constructors

ChangeEventVenue(Guid, Guid?, Guid?, string)

public ChangeEventVenue(Guid aggregate, Guid? office, Guid? location, string room)

Parameters

aggregate Guid
office Guid?
location Guid?
room string

Properties

Location

public Guid? Location { get; set; }

Property Value

Guid?

Office

public Guid? Office { get; set; }

Property Value

Guid?

Room

public string Room { get; set; }

Property Value

string