Table of Contents

Class EventVenueChanged2

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class EventVenueChanged2 : Change, IChange
Inheritance
EventVenueChanged2
Implements
Inherited Members
Extension Methods

Constructors

EventVenueChanged2(Guid?, Guid?, string)

public EventVenueChanged2(Guid? office, Guid? location, string room)

Parameters

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