Class Coordinate
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("Coordinate")]
public class Coordinate : ModelEntity<Coordinate>, IDisposable, IBaseEntity
Properties
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Latitude
Declaration
public float Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Longitude
Declaration
public float Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |