Search Results for

    Show / Hide Table of Contents

    Class Location

    Inheritance
    object
    Location
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Domain
    Assembly: OEMS.Core.dll
    Syntax
    public class Location

    Properties

    Address

    Declaration
    [Required]
    public string Address { get; set; }
    Property Value
    Type Description
    string

    Capacity

    Declaration
    [Required]
    public int Capacity { get; set; }
    Property Value
    Type Description
    int

    Events

    Declaration
    public virtual ICollection<Event> Events { get; set; }
    Property Value
    Type Description
    ICollection<Event>

    GoogleSatelliteLink

    Declaration
    public string GoogleSatelliteLink { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    [Key]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Declaration
    [Required]
    [StringLength(100)]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Notes

    Declaration
    public string Notes { get; set; }
    Property Value
    Type Description
    string

    Organization

    Declaration
    [ForeignKey("OrganizationId")]
    public virtual Organization Organization { get; set; }
    Property Value
    Type Description
    Organization

    OrganizationId

    Declaration
    [Required]
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    Guid

    Room

    Declaration
    public string Room { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX