Table of Contents

Class EventVenueChanged

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

Constructors

EventVenueChanged(Guid?, string, string, string, string)

public EventVenueChanged(Guid? id, string name, string location, string office, string url)

Parameters

id Guid?
name string
location string
office string
url string

Properties

Location

public string Location { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Office

public string Office { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

Venue

public Guid? Venue { get; set; }

Property Value

Guid?