Click or drag to resize

DamageItem Class

Car Delivery Network
A Car Delivery Network Damage Item entity
Inheritance Hierarchy
SystemObject
  ApiEntityBase
    ApiEntityBaseDamageItem
      CarDeliveryNetwork.Api.DataDamageItem

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3102.0 (3.2.3102)
Syntax
C#
public class DamageItem : ApiEntityBase<DamageItem>

The DamageItem type exposes the following members.

Constructors
 NameDescription
Public methodDamageItemInitializes a new instance of the DamageItem class
Top
Properties
 NameDescription
Public propertyAiagCode 
Public propertyArea Damage Area
Public propertyDescription Damage Description
Public propertyPhotoURL URLs of damage photos
Public propertySeverity Damage Severity
Public propertyType Damage Type
Top
See Also