Class PhysicalLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Context.Location
Assembly:UM4RS.dll
Syntax
[Table("PhysicalLocation")]
public class PhysicalLocation : ModelEntity<PhysicalLocation>, IDisposable, IBaseEntity
Properties
Address
Declaration
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
Coordinate
Declaration
public Coordinate Coordinate { get; set; }
Property Value
| Type | Description |
|---|---|
| Coordinate |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
InDoor
Declaration
public bool InDoor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |