Search Results for

    Show / Hide Table of Contents

    Class LocationDto

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

    Properties

    Address

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

    Capacity

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

    Description

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

    GoogleSatelliteLink

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

    Id

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

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    bool

    Name

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

    Notes

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

    OrganizationId

    Declaration
    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