FivePD API
Models

Division

Represents the 'divisions' table.

This model represents the database table fivepd_divisions. 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

Name

Gets or sets the name.

Type: string

Department

Gets or sets the department of this division.

Type: Department

Users

Gets or sets the users of this division.

Type: IList<User>