FivePD API
Models

CalloutDetails

Represents the details of a callout.

This model represents the database table fivepd_callout_details. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.

Properties

Id

Gets or sets the unique identifier for the callout details.

Type: int

Active

Gets or sets a value indicating whether the callout is active.

Type: bool

TypeName

Gets or sets the name of the type.

Type: string

AssemblyName

Gets or sets the name of the assembly.

Type: string

RulesetType

Gets or sets the ruleset type for the callout.

Type: CalloutDetailsRulesetType

CalloutDetailsDepartments

Gets or sets the departments associated with the callout.

Type: IList<CalloutDetailsDepartment>