Class Place
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("Place")]
public class Place : ModelEntity<Place>, IDisposable, IBaseEntity
Properties
DigitalLocation
Declaration
public DigitalLocation DigitalLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| DigitalLocation |
Id
Declaration
[NonExportable]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PhysicalLocation
Declaration
public PhysicalLocation PhysicalLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| PhysicalLocation |
PlaceType
Declaration
public PlaceType PlaceType { get; set; }
Property Value
| Type | Description |
|---|---|
| PlaceType |