Table of Contents

Class ParentDataClass

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

Represents a parent data class that serves as a base container for shared data members and functionality. Provides a foundational structure intended to be inherited by more specific data classes.

public class ParentDataClass
Inheritance
ParentDataClass
Inherited Members
Extension Methods

Properties

Code

public string? Code { get; set; }

Property Value

string

CodingSystem

public string? CodingSystem { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string