A Car Delivery Network Damage Item entity
Inheritance Hierarchy
ApiEntityBase
ApiEntityBaseDamageItem
CarDeliveryNetwork.Api.DataDamageItem
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3068.0 (3.2.3068)
Syntax
C#
public class DamageItem : ApiEntityBase<DamageItem>
The DamageItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DamageItem | Initializes a new instance of the DamageItem class |
Properties
Name | Description | |
---|---|---|
![]() | Area |
Damage Area
|
![]() | Description |
Damage Description
|
![]() | PhotoURL |
URLs of damage photos
|
![]() | Severity |
Damage Severity
|
![]() | Type |
Damage Type
|
See Also