Table of Contents

Class MappingInterventions

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

Represents a collection or configuration for mapping interventions, providing the means to associate intervention data with corresponding target structures or actions.

public class MappingInterventions
Inheritance
MappingInterventions
Inherited Members
Extension Methods

Properties

Category

public ObservationEnum.Category? Category { get; set; }

Property Value

ObservationEnum.Category?

Codes

public List<InterventionsCodes> Codes { get; set; }

Property Value

List<InterventionsCodes>

Group

public string? Group { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

Type

public string? Type { get; set; }

Property Value

string

Value

public List<InterventionsValues>? Value { get; set; }

Property Value

List<InterventionsValues>