Models
DepartmentAreaCoordinate
Represents the 'department_area_coordinates' table.
This model represents the database table fivepd_department_area_coordinates. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
Id
Gets or sets the identifier.
Type: int
Department
Gets or sets the department.
Type: Department
X
Gets or sets the X coordinate.
Type: float
Y
Gets or sets the Y coordinate.
Type: float