Table of Contents

Class PersonResource

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

Represents a Person resource, typically used as a data transfer or API resource model for person-related information.

public class PersonResource
Inheritance
PersonResource
Inherited Members
Extension Methods

Properties

Person

public Person? Person { get; set; }

Property Value

Person