Class DisplayConfigDto
Represents a data transfer object for display configuration settings.
public class DisplayConfigDto
- Inheritance
-
DisplayConfigDto
- Derived
- Inherited Members
- Extension Methods
Properties
CardConfig
public CardConfig? CardConfig { get; set; }
Property Value
CardConfigId
public ObjectId? CardConfigId { get; set; }
Property Value
- ObjectId?
DetailConfig
public CardDetailsConfig? DetailConfig { get; set; }
Property Value
DetailConfigId
public ObjectId? DetailConfigId { get; set; }
Property Value
- ObjectId?
DisplaySectionIdList
public List<ObjectId>? DisplaySectionIdList { get; set; }
Property Value
- List<ObjectId>
DisplaySectionList
public List<MinimalDisplaySection>? DisplaySectionList { get; set; }
Property Value
FieldList
public List<Field>? FieldList { get; set; }
Property Value
GroupedFieldList
public List<GroupedField>? GroupedFieldList { get; set; }
Property Value
HeaderConfig
public HeaderConfig? HeaderConfig { get; set; }
Property Value
HomeConfig
public HomeConfig? HomeConfig { get; set; }
Property Value
Hospital
public string? Hospital { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
Type
public DisplayConfigEnums.DisplayType Type { get; set; }