Class Location
Assembly: OEMS.Core.dll
Syntax
Properties
Address
Declaration
[Required]
public string Address { get; set; }
Property Value
Capacity
Declaration
[Required]
public int Capacity { get; set; }
Property Value
Events
Declaration
public virtual ICollection<Event> Events { get; set; }
Property Value
GoogleSatelliteLink
Declaration
public string GoogleSatelliteLink { get; set; }
Property Value
Id
Declaration
[Key]
public Guid Id { get; set; }
Property Value
Name
Declaration
[Required]
[StringLength(100)]
public string Name { get; set; }
Property Value
Notes
Declaration
public string Notes { get; set; }
Property Value
Organization
Declaration
[ForeignKey("OrganizationId")]
public virtual Organization Organization { get; set; }
Property Value
OrganizationId
Declaration
[Required]
public Guid OrganizationId { get; set; }
Property Value
Room
Declaration
public string Room { get; set; }
Property Value