Class MinimalDisplaySection
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a display section that provides a minimal rendering configuration.
public class MinimalDisplaySection
- Inheritance
-
MinimalDisplaySection
- Inherited Members
- Extension Methods
Properties
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
IsSelected
public bool IsSelected { get; set; }
Property Value
Name
public string? Name { get; set; }