Table of Contents

Class UpdateObservationDto

Namespace
adas_core.Domain.Models.DTO
Assembly
adas-core.Domain.dll

Represents a data transfer object used to update an existing observation.

public class UpdateObservationDto
Inheritance
UpdateObservationDto
Inherited Members
Extension Methods

Properties

NewConfigObservationItem

public ConfigObservation? NewConfigObservationItem { get; set; }

Property Value

ConfigObservation

OldConfigObservationItem

public ConfigObservation? OldConfigObservationItem { get; set; }

Property Value

ConfigObservation