### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService commentId: T:adas_core.Application.Services.Interfaces.IDisplayConfigService id: IDisplayConfigService parent: adas_core.Application.Services.Interfaces children: - adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(System.Nullable{MongoDB.Bson.ObjectId},MongoDB.Bson.ObjectId,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) - adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne(adas_core.Domain.Models.MongoModels.DisplayConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto) - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest - adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate(System.String,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.String) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig(MongoDB.Bson.ObjectId,System.Object) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.ColorConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName(MongoDB.Bson.ObjectId,System.String) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.HeaderConfig) - adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}) langs: - csharp - vb name: IDisplayConfigService nameWithType: IDisplayConfigService fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService type: Interface source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IDisplayConfigService path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 10 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces syntax: content: public interface IDisplayConfigService content.vb: Public Interface IDisplayConfigService derivedClasses: - adas_core.Application.Services.DisplayConfigService extensionMethods: - System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber - System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble - System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll id: GetAll parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetAll() nameWithType: IDisplayConfigService.GetAll() fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAll path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 16 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves all display configurations asynchronously. example: [] syntax: content: Task> GetAll() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.DisplayConfig}} description: A task that represents the asynchronous operation. The task result contains a list of all entries. content.vb: Function GetAll() As Task(Of List(Of DisplayConfig)) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter) id: GetAllCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetAllCompactPaginated(PaginationFilter) nameWithType: IDisplayConfigService.GetAllCompactPaginated(PaginationFilter) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllCompactPaginated path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 22 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a paginated list of display configurations in a compact (minimal) representation. example: [] syntax: content: Task> GetAllCompactPaginated(PaginationFilter request) parameters: - id: request type: adas_core.Domain.Models.Filter.PaginationFilter description: The pagination filter that controls page size, page number, and sorting criteria. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse}} description: A task that represents the asynchronous operation, containing a with the compact display configuration entries. content.vb: Function GetAllCompactPaginated(request As PaginationFilter) As Task(Of PaginationResponse(Of DisplayConfigMinimalResponse)) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) id: GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetByType(DisplayType) nameWithType: IDisplayConfigService.GetByType(DisplayConfigEnums.DisplayType) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetByType path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 28 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a list of display configurations filtered by the specified display type. example: [] syntax: content: Task> GetByType(DisplayConfigEnums.DisplayType type) parameters: - id: type type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType description: The display type used to filter the configurations. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.DisplayConfig}} description: A task that represents the asynchronous operation, containing a list of objects matching the specified type. content.vb: Function GetByType(type As DisplayConfigEnums.DisplayType) As Task(Of List(Of DisplayConfig)) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(MongoDB.Bson.ObjectId) id: GetById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetById(ObjectId) nameWithType: IDisplayConfigService.GetById(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetById path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 34 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves a by its identifier. example: [] syntax: content: Task GetById(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the display configuration to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A task that represents the asynchronous operation, containing the matching the specified identifier. content.vb: Function GetById(id As ObjectId) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(System.Nullable{MongoDB.Bson.ObjectId},MongoDB.Bson.ObjectId,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(System.Nullable{MongoDB.Bson.ObjectId},MongoDB.Bson.ObjectId,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) id: GetById(System.Nullable{MongoDB.Bson.ObjectId},MongoDB.Bson.ObjectId,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetById(ObjectId?, ObjectId, DisplayType) nameWithType: IDisplayConfigService.GetById(ObjectId?, ObjectId, DisplayConfigEnums.DisplayType) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById(MongoDB.Bson.ObjectId?, MongoDB.Bson.ObjectId, adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetById path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 42 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves a identified by the specified configuration identifier, unit identifier, and display type. example: [] syntax: content: Task GetById(ObjectId? configId, ObjectId unitId, DisplayConfigEnums.DisplayType displayType) parameters: - id: configId type: System.Nullable{MongoDB.Bson.ObjectId} description: The optional identifier of the display configuration to look up; may be null when searching without a specific configuration. - id: unitId type: MongoDB.Bson.ObjectId description: The identifier of the unit the display configuration belongs to. - id: displayType type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType description: The display type used to filter or scope the lookup. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A that resolves to the matching , or null if no configuration is found. content.vb: Function GetById(configId As ObjectId?, unitId As ObjectId, displayType As DisplayConfigEnums.DisplayType) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne(adas_core.Domain.Models.MongoModels.DisplayConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne(adas_core.Domain.Models.MongoModels.DisplayConfig) id: InsertOne(adas_core.Domain.Models.MongoModels.DisplayConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertOne(DisplayConfig) nameWithType: IDisplayConfigService.InsertOne(DisplayConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne(adas_core.Domain.Models.MongoModels.DisplayConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertOne path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 48 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a single display configuration asynchronously and returns the resulting configuration, or null when no record is produced. example: [] syntax: content: Task InsertOne(DisplayConfig config) parameters: - id: config type: adas_core.Domain.Models.MongoModels.DisplayConfig description: The display configuration to insert. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A task that represents the asynchronous insert operation, containing the inserted or null. content.vb: Function InsertOne(config As DisplayConfig) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto) id: InsertOneMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertOneMinimal(CreateDisplayConfigDto) nameWithType: IDisplayConfigService.InsertOneMinimal(CreateDisplayConfigDto) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertOneMinimal path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 54 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new display configuration in a minimal fashion and returns the created , or null when no configuration could be produced. example: [] syntax: content: Task InsertOneMinimal(CreateDisplayConfigDto config) parameters: - id: config type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto description: The data transfer object containing the values used to create the new display configuration. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A that yields the created when successful, or null when no result is available. content.vb: Function InsertOneMinimal(config As CreateDisplayConfigDto) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest id: InsertOneTest parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertOneTest() nameWithType: IDisplayConfigService.InsertOneTest() fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertOneTest path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 59 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Performs a test insertion operation that returns a instance, used to validate insertion behavior. example: [] syntax: content: Task InsertOneTest() return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A representing the asynchronous test insertion result. content.vb: Function InsertOneTest() As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig(MongoDB.Bson.ObjectId,System.Object) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig(MongoDB.Bson.ObjectId,System.Object) id: UpdateConfig(MongoDB.Bson.ObjectId,System.Object) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateConfig(ObjectId, object) nameWithType: IDisplayConfigService.UpdateConfig(ObjectId, object) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig(MongoDB.Bson.ObjectId, object) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 66 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the display configuration identified by the specified identifier with the provided new configuration data. example: [] syntax: content: Task UpdateConfig(ObjectId displayConfigId, object newDisplayConfig) parameters: - id: displayConfigId type: MongoDB.Bson.ObjectId description: The unique identifier of the display configuration to update. - id: newDisplayConfig type: System.Object description: The new display configuration data to apply to the existing configuration. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: The updated , or null if no display configuration with the specified identifier is found. content.vb: Function UpdateConfig(displayConfigId As ObjectId, newDisplayConfig As Object) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig* nameWithType.vb: IDisplayConfigService.UpdateConfig(ObjectId, Object) fullName.vb: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig(MongoDB.Bson.ObjectId, Object) name.vb: UpdateConfig(ObjectId, Object) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}) id: UpdateFieldList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateFieldList(ObjectId, List) nameWithType: IDisplayConfigService.UpdateFieldList(ObjectId, List) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList(MongoDB.Bson.ObjectId, System.Collections.Generic.List) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateFieldList path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 73 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the list of fields associated with the specified configuration display. example: [] syntax: content: Task UpdateFieldList(ObjectId objectIdConfigDisplay, List fields) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The identifier of the configuration display whose field list will be updated. - id: fields type: System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field} description: The list of fields to be applied to the configuration display. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The task result contains a value indicating whether the update was successful. content.vb: Function UpdateFieldList(objectIdConfigDisplay As ObjectId, fields As List(Of Field)) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList* nameWithType.vb: IDisplayConfigService.UpdateFieldList(ObjectId, List(Of Field)) fullName.vb: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList(MongoDB.Bson.ObjectId, System.Collections.Generic.List(Of adas_core.Domain.Models.GroupedObservations.Field)) name.vb: UpdateFieldList(ObjectId, List(Of Field)) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.ColorConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.ColorConfig) id: UpdateConfigColor(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.ColorConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateConfigColor(ObjectId, ColorConfig) nameWithType: IDisplayConfigService.UpdateConfigColor(ObjectId, ColorConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor(MongoDB.Bson.ObjectId, adas_core.Domain.Models.MongoModels.ColorConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateConfigColor path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 80 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the color configuration for the specified config display. example: [] syntax: content: Task UpdateConfigColor(ObjectId objectIdConfigDisplay, ColorConfig colorConfigDto) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The identifier of the config display whose color configuration will be updated. - id: colorConfigDto type: adas_core.Domain.Models.MongoModels.ColorConfig description: The color configuration data to apply to the config display. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The task result contains true if the update was successful; otherwise, false. content.vb: Function UpdateConfigColor(objectIdConfigDisplay As ObjectId, colorConfigDto As ColorConfig) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.HeaderConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.HeaderConfig) id: UpdateHeaderConfig(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.HeaderConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateHeaderConfig(ObjectId, HeaderConfig) nameWithType: IDisplayConfigService.UpdateHeaderConfig(ObjectId, HeaderConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig(MongoDB.Bson.ObjectId, adas_core.Domain.Models.MongoModels.HeaderConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateHeaderConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 87 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates the header configuration associated with the specified config display identifier. example: [] syntax: content: Task UpdateHeaderConfig(ObjectId objectIdConfigDisplay, HeaderConfig headerConfig) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The identifier of the config display whose header configuration will be updated. - id: headerConfig type: adas_core.Domain.Models.MongoModels.HeaderConfig description: The new header configuration to apply. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The task result contains true if the update was successful; otherwise, false. content.vb: Function UpdateHeaderConfig(objectIdConfigDisplay As ObjectId, headerConfig As HeaderConfig) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}) id: UpdateSetHomeBanner(MongoDB.Bson.ObjectId,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateSetHomeBanner(ObjectId, List) nameWithType: IDisplayConfigService.UpdateSetHomeBanner(ObjectId, List) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner(MongoDB.Bson.ObjectId, System.Collections.Generic.List) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateSetHomeBanner path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 94 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the home banner configuration for the specified config display with the provided list of banner items. example: [] syntax: content: Task UpdateSetHomeBanner(ObjectId objectIdConfigDisplay, List bannerItems) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The identifier of the config display whose home banner will be updated. - id: bannerItems type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem} description: The list of banner items to set as the home banner configuration. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The task result contains true if the home banner was updated successfully; otherwise, false. content.vb: Function UpdateSetHomeBanner(objectIdConfigDisplay As ObjectId, bannerItems As List(Of BannerItem)) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner* nameWithType.vb: IDisplayConfigService.UpdateSetHomeBanner(ObjectId, List(Of BannerItem)) fullName.vb: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner(MongoDB.Bson.ObjectId, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.BannerItem)) name.vb: UpdateSetHomeBanner(ObjectId, List(Of BannerItem)) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig) id: UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateBaseConfig(DisplayConfig) nameWithType: IDisplayConfigService.UpdateBaseConfig(DisplayConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateBaseConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 100 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the base display configuration with the specified settings. example: [] syntax: content: Task UpdateBaseConfig(DisplayConfig baseConfig) parameters: - id: baseConfig type: adas_core.Domain.Models.MongoModels.DisplayConfig description: The display configuration to apply as the new base configuration. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous update operation. The task result contains a boolean value indicating whether the update was successful. content.vb: Function UpdateBaseConfig(baseConfig As DisplayConfig) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName(MongoDB.Bson.ObjectId,System.String) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName(MongoDB.Bson.ObjectId,System.String) id: UpdateDisplayConfigHospitalName(MongoDB.Bson.ObjectId,System.String) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateDisplayConfigHospitalName(ObjectId, string) nameWithType: IDisplayConfigService.UpdateDisplayConfigHospitalName(ObjectId, string) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName(MongoDB.Bson.ObjectId, string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateDisplayConfigHospitalName path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 107 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates the hospital name associated with the specified display configuration. example: [] syntax: content: Task UpdateDisplayConfigHospitalName(ObjectId objectIdConfigDisplay, string name) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The identifier of the display configuration whose hospital name will be updated. - id: name type: System.String description: The new hospital name to apply to the display configuration. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that resolves to true if the update was applied successfully; otherwise, false. content.vb: Function UpdateDisplayConfigHospitalName(objectIdConfigDisplay As ObjectId, name As String) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName* nameWithType.vb: IDisplayConfigService.UpdateDisplayConfigHospitalName(ObjectId, String) fullName.vb: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName(MongoDB.Bson.ObjectId, String) name.vb: UpdateDisplayConfigHospitalName(ObjectId, String) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig(MongoDB.Bson.ObjectId) id: DeleteDisplayConfig(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: DeleteDisplayConfig(ObjectId) nameWithType: IDisplayConfigService.DeleteDisplayConfig(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeleteDisplayConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 113 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Deletes a display configuration identified by the specified object identifier. example: [] syntax: content: Task DeleteDisplayConfig(ObjectId objectIdConfigDisplay) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The unique identifier of the display configuration to delete. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous delete operation. The task result contains a boolean value indicating whether the display configuration was successfully deleted. content.vb: Function DeleteDisplayConfig(objectIdConfigDisplay As ObjectId) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) id: GetDefaultConfig(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetDefaultConfig(DisplayType) nameWithType: IDisplayConfigService.GetDefaultConfig(DisplayConfigEnums.DisplayType) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetDefaultConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 119 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the default display configuration for the specified display type. example: [] syntax: content: Task GetDefaultConfig(DisplayConfigEnums.DisplayType type) parameters: - id: type type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType description: The display type used to look up the default configuration. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A task that represents the asynchronous operation, containing the default for the given display type, or null if no default configuration is available. content.vb: Function GetDefaultConfig(type As DisplayConfigEnums.DisplayType) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId) id: GetDisplayConfigLocations(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetDisplayConfigLocations(ObjectId) nameWithType: IDisplayConfigService.GetDisplayConfigLocations(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetDisplayConfigLocations path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 125 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the list of display configuration locations associated with the specified configuration display identifier. example: [] syntax: content: Task> GetDisplayConfigLocations(ObjectId objectIdConfigDisplay) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The ObjectId of the configuration display whose locations are to be retrieved. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto}} description: A task that represents the asynchronous operation, containing a list of DisplayConfigLocationDto objects for the specified configuration display. content.vb: Function GetDisplayConfigLocations(objectIdConfigDisplay As ObjectId) As Task(Of List(Of DisplayConfigLocationDto)) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact id: GetAllCompact parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetAllCompact() nameWithType: IDisplayConfigService.GetAllCompact() fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllCompact path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 130 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves all display configurations in a compact (minimal) representation. example: [] syntax: content: Task> GetAllCompact() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse}} description: A task that represents the asynchronous operation. The task result contains a list of objects representing the compact display configurations. content.vb: Function GetAllCompact() As Task(Of List(Of DisplayConfigMinimalResponse)) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate(System.String,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.String) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate(System.String,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.String) id: InsertOneWithTemplate(System.String,adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.String) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertOneWithTemplate(string, DisplayType, string?) nameWithType: IDisplayConfigService.InsertOneWithTemplate(string, DisplayConfigEnums.DisplayType, string?) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate(string, adas_core.Domain.Enums.DisplayConfigEnums.DisplayType, string?) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertOneWithTemplate path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 139 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new display configuration record using a predefined template, optionally scoped to a specific hospital context. example: [] syntax: content: Task InsertOneWithTemplate(string objectId, DisplayConfigEnums.DisplayType configType, string? configHospital) parameters: - id: objectId type: System.String description: The identifier of the object the display configuration is associated with. - id: configType type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType description: The type of display configuration template to use for the insertion. - id: configHospital type: System.String description: The optional hospital identifier used to scope the configuration; may be null when the configuration is not hospital-specific. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} description: A task that represents the asynchronous operation, containing the inserted , or null if the configuration could not be created. content.vb: Function InsertOneWithTemplate(objectId As String, configType As DisplayConfigEnums.DisplayType, configHospital As String) As Task(Of DisplayConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate* nameWithType.vb: IDisplayConfigService.InsertOneWithTemplate(String, DisplayConfigEnums.DisplayType, String) fullName.vb: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate(String, adas_core.Domain.Enums.DisplayConfigEnums.DisplayType, String) name.vb: InsertOneWithTemplate(String, DisplayType, String) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig) id: UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateCardConfig(CardConfig) nameWithType: IDisplayConfigService.UpdateCardConfig(CardConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateCardConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 147 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the card configuration based on the provided settings. example: [] syntax: content: Task UpdateCardConfig(CardConfig baseConfig) parameters: - id: baseConfig type: adas_core.Domain.Models.MongoModels.CardConfig description: The card configuration to be updated. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The task result contains a boolean value indicating whether the update was successful. content.vb: Function UpdateCardConfig(baseConfig As CardConfig) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) id: InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertCardConfig(CreateDisplayConfigCardDto) nameWithType: IDisplayConfigService.InsertCardConfig(CreateDisplayConfigCardDto) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertCardConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 153 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new card configuration using the supplied data and returns the resulting , or null if no card config is created. example: [] syntax: content: Task InsertCardConfig(CreateDisplayConfigCardDto updateDisplayConfigNameDto) parameters: - id: updateDisplayConfigNameDto type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto description: The DTO containing the data used to create the display config card. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardConfig} description: A task that resolves to the inserted , or null if the insert did not produce a card config. content.vb: Function InsertCardConfig(updateDisplayConfigNameDto As CreateDisplayConfigCardDto) As Task(Of CardConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll id: GetCardConfigAll parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetCardConfigAll() nameWithType: IDisplayConfigService.GetCardConfigAll() fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetCardConfigAll path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 158 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves all card configurations. example: [] syntax: content: Task> GetCardConfigAll() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.CardConfig}} description: A task that represents the asynchronous operation. The task result contains a list of all items. content.vb: Function GetCardConfigAll() As Task(Of List(Of CardConfig)) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById(MongoDB.Bson.ObjectId) id: GetCardConfigById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetCardConfigById(ObjectId) nameWithType: IDisplayConfigService.GetCardConfigById(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetCardConfigById path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 165 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Retrieves the card configuration associated with the specified identifier. Returns null when no matching card configuration is found. example: [] syntax: content: Task GetCardConfigById(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the card configuration to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardConfig} description: A task that represents the asynchronous operation. The task result contains the if found; otherwise, null. content.vb: Function GetCardConfigById(id As ObjectId) As Task(Of CardConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig) id: UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateDetailConfig(CardDetailsConfig) nameWithType: IDisplayConfigService.UpdateDetailConfig(CardDetailsConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateDetailConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 171 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates the card details configuration based on the provided base configuration. example: [] syntax: content: Task UpdateDetailConfig(CardDetailsConfig baseConfig) parameters: - id: baseConfig type: adas_core.Domain.Models.MongoModels.CardDetailsConfig description: The base card details configuration to apply during the update. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation, containing a boolean value indicating whether the update was successful. content.vb: Function UpdateDetailConfig(baseConfig As CardDetailsConfig) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) id: InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertCardDetailConfig(CreateDisplayConfigCardDto) nameWithType: IDisplayConfigService.InsertCardDetailConfig(CreateDisplayConfigCardDto) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertCardDetailConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 177 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new card detail configuration based on the provided display config data. example: [] syntax: content: Task InsertCardDetailConfig(CreateDisplayConfigCardDto updateDisplayConfigNameDto) parameters: - id: updateDisplayConfigNameDto type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto description: The DTO containing the data required to create the card detail configuration. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardDetailsConfig} description: A task that resolves to the created , or null if the configuration could not be inserted. content.vb: Function InsertCardDetailConfig(updateDisplayConfigNameDto As CreateDisplayConfigCardDto) As Task(Of CardDetailsConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) id: InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: InsertChartConfig(CreateDisplayConfigCardDto) nameWithType: IDisplayConfigService.InsertChartConfig(CreateDisplayConfigCardDto) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertChartConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 183 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new chart configuration based on the provided display config card data. example: [] syntax: content: Task InsertChartConfig(CreateDisplayConfigCardDto updateDisplayConfigNameDto) parameters: - id: updateDisplayConfigNameDto type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto description: The data transfer object containing the details of the chart configuration to create. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ChartConfig} description: A task that represents the asynchronous operation, containing the newly inserted , or null if the insertion was not successful. content.vb: Function InsertChartConfig(updateDisplayConfigNameDto As CreateDisplayConfigCardDto) As Task(Of ChartConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig) id: UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: UpdateChartConfig(ChartConfig) nameWithType: IDisplayConfigService.UpdateChartConfig(ChartConfig) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateChartConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 189 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates the chart configuration based on the provided base configuration and returns a value indicating whether the update was successful. example: [] syntax: content: Task UpdateChartConfig(ChartConfig baseConfig) parameters: - id: baseConfig type: adas_core.Domain.Models.MongoModels.ChartConfig description: The base chart configuration to apply during the update. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The result is true if the chart configuration was updated successfully; otherwise, false. content.vb: Function UpdateChartConfig(baseConfig As ChartConfig) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig(MongoDB.Bson.ObjectId) id: DeleteChartConfig(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: DeleteChartConfig(ObjectId) nameWithType: IDisplayConfigService.DeleteChartConfig(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeleteChartConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 195 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously deletes a chart configuration identified by the specified configuration display identifier. example: [] syntax: content: Task DeleteChartConfig(ObjectId objectIdConfigDisplay) parameters: - id: objectIdConfigDisplay type: MongoDB.Bson.ObjectId description: The of the chart configuration display to delete. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous delete operation, containing a value indicating whether the deletion was successful. content.vb: Function DeleteChartConfig(objectIdConfigDisplay As ObjectId) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig* - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig(MongoDB.Bson.ObjectId) id: GetChartConfig(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDisplayConfigService langs: - csharp - vb name: GetChartConfig(ObjectId) nameWithType: IDisplayConfigService.GetChartConfig(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IDisplayConfigService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetChartConfig path: ../../adas-core.Application/Services/Interfaces/IDisplayConfigService.cs startLine: 201 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the chart configuration associated with the specified chart identifier. example: [] syntax: content: Task GetChartConfig(ObjectId objectIdConfigChart) parameters: - id: objectIdConfigChart type: MongoDB.Bson.ObjectId description: The unique identifier of the chart whose configuration should be fetched. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ChartConfig} description: A task that represents the asynchronous operation. The task result contains the associated with the provided identifier, or null if no configuration is found. content.vb: Function GetChartConfig(objectIdConfigChart As ObjectId) As Task(Of ChartConfig) overload: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig* references: - uid: adas_core.Application.Services.Interfaces commentId: N:adas_core.Application.Services.Interfaces href: adas_core.html name: adas_core.Application.Services.Interfaces nameWithType: adas_core.Application.Services.Interfaces fullName: adas_core.Application.Services.Interfaces spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html - uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) parent: adas_core.Domain.Utils.ObjectUtils definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.NumberUtils commentId: T:adas_core.Domain.Utils.NumberUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.NumberUtils.html name: NumberUtils nameWithType: NumberUtils fullName: adas_core.Domain.Utils.NumberUtils - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) isExternal: true href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils commentId: T:adas_core.Domain.Utils.ObjectUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.ObjectUtils.html name: ObjectUtils nameWithType: ObjectUtils fullName: adas_core.Domain.Utils.ObjectUtils - uid: adas_core.Domain.Utils commentId: N:adas_core.Domain.Utils href: adas_core.html name: adas_core.Domain.Utils nameWithType: adas_core.Domain.Utils fullName: adas_core.Domain.Utils spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html - uid: adas_core.Domain.Models.MongoModels.DisplayConfig commentId: T:adas_core.Domain.Models.MongoModels.DisplayConfig parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.DisplayConfig.html name: DisplayConfig nameWithType: DisplayConfig fullName: adas_core.Domain.Models.MongoModels.DisplayConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetAll name: GetAll nameWithType: IDisplayConfigService.GetAll fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAll - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.DisplayConfig}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.DisplayConfig}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of List(Of DisplayConfig)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.DisplayConfig)) name.vb: Task(Of List(Of DisplayConfig)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.MongoModels.DisplayConfig name: DisplayConfig - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.DisplayConfig name: DisplayConfig - name: ) - name: ) - uid: adas_core.Domain.Models.MongoModels commentId: N:adas_core.Domain.Models.MongoModels href: adas_core.html name: adas_core.Domain.Models.MongoModels nameWithType: adas_core.Domain.Models.MongoModels fullName: adas_core.Domain.Models.MongoModels spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html - uid: System.Threading.Tasks.Task`1 commentId: T:System.Threading.Tasks.Task`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of TResult) fullName.vb: System.Threading.Tasks.Task(Of TResult) name.vb: Task(Of TResult) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - name: TResult - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - name: TResult - name: ) - uid: System.Threading.Tasks commentId: N:System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Threading.Tasks nameWithType: System.Threading.Tasks fullName: System.Threading.Tasks spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 commentId: T:adas_core.Domain.Models.Responses.PaginationResponse`1 href: adas_core.Domain.Models.Responses.PaginationResponse-1.html name: PaginationResponse nameWithType: PaginationResponse fullName: adas_core.Domain.Models.Responses.PaginationResponse nameWithType.vb: PaginationResponse(Of T) fullName.vb: adas_core.Domain.Models.Responses.PaginationResponse(Of T) name.vb: PaginationResponse(Of T) spec.csharp: - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse href: adas_core.Domain.Models.Responses.PaginationResponse-1.html - name: < - name: T - name: '>' spec.vb: - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse href: adas_core.Domain.Models.Responses.PaginationResponse-1.html - name: ( - name: Of - name: " " - name: T - name: ) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetAllCompactPaginated_adas_core_Domain_Models_Filter_PaginationFilter_ name: GetAllCompactPaginated nameWithType: IDisplayConfigService.GetAllCompactPaginated fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompactPaginated - uid: adas_core.Domain.Models.Filter.PaginationFilter commentId: T:adas_core.Domain.Models.Filter.PaginationFilter parent: adas_core.Domain.Models.Filter href: adas_core.Domain.Models.Filter.PaginationFilter.html name: PaginationFilter nameWithType: PaginationFilter fullName: adas_core.Domain.Models.Filter.PaginationFilter - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse}} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of PaginationResponse(Of DisplayConfigMinimalResponse)) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse)) name.vb: Task(Of PaginationResponse(Of DisplayConfigMinimalResponse)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse - name: < - uid: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse name: DisplayConfigMinimalResponse - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse name: DisplayConfigMinimalResponse - name: ) - name: ) - uid: adas_core.Domain.Models.Filter commentId: N:adas_core.Domain.Models.Filter href: adas_core.html name: adas_core.Domain.Models.Filter nameWithType: adas_core.Domain.Models.Filter fullName: adas_core.Domain.Models.Filter spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Filter name: Filter href: adas_core.Domain.Models.Filter.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Filter name: Filter href: adas_core.Domain.Models.Filter.html - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetByType_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_ name: GetByType nameWithType: IDisplayConfigService.GetByType fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetByType - uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType commentId: T:adas_core.Domain.Enums.DisplayConfigEnums.DisplayType parent: adas_core.Domain.Enums href: adas_core.Domain.Enums.DisplayConfigEnums.html name: DisplayConfigEnums.DisplayType nameWithType: DisplayConfigEnums.DisplayType fullName: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType spec.csharp: - uid: adas_core.Domain.Enums.DisplayConfigEnums name: DisplayConfigEnums href: adas_core.Domain.Enums.DisplayConfigEnums.html - name: . - uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType name: DisplayType href: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.html spec.vb: - uid: adas_core.Domain.Enums.DisplayConfigEnums name: DisplayConfigEnums href: adas_core.Domain.Enums.DisplayConfigEnums.html - name: . - uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType name: DisplayType href: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.html - uid: adas_core.Domain.Enums commentId: N:adas_core.Domain.Enums href: adas_core.html name: adas_core.Domain.Enums nameWithType: adas_core.Domain.Enums fullName: adas_core.Domain.Enums spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Enums name: Enums href: adas_core.Domain.Enums.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Enums name: Enums href: adas_core.Domain.Enums.html - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetById_MongoDB_Bson_ObjectId_ name: GetById nameWithType: IDisplayConfigService.GetById fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetById - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.DisplayConfig} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of DisplayConfig) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.DisplayConfig) name.vb: Task(Of DisplayConfig) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.MongoModels.DisplayConfig name: DisplayConfig - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.DisplayConfig name: DisplayConfig - name: ) - uid: MongoDB.Bson commentId: N:MongoDB.Bson isExternal: true name: MongoDB.Bson nameWithType: MongoDB.Bson fullName: MongoDB.Bson spec.csharp: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true spec.vb: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true - uid: System.Nullable{MongoDB.Bson.ObjectId} commentId: T:System.Nullable{MongoDB.Bson.ObjectId} parent: System definition: System.Nullable`1 name: ObjectId? nameWithType: ObjectId? fullName: MongoDB.Bson.ObjectId? spec.csharp: - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: '?' spec.vb: - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: '?' - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertOne_adas_core_Domain_Models_MongoModels_DisplayConfig_ name: InsertOne nameWithType: IDisplayConfigService.InsertOne fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOne - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertOneMinimal_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigDto_ name: InsertOneMinimal nameWithType: IDisplayConfigService.InsertOneMinimal fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneMinimal - uid: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto commentId: T:adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto parent: adas_core.Domain.Models.DTO.Display href: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto.html name: CreateDisplayConfigDto nameWithType: CreateDisplayConfigDto fullName: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto - uid: adas_core.Domain.Models.DTO.Display commentId: N:adas_core.Domain.Models.DTO.Display href: adas_core.html name: adas_core.Domain.Models.DTO.Display nameWithType: adas_core.Domain.Models.DTO.Display fullName: adas_core.Domain.Models.DTO.Display spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.DTO name: DTO href: adas_core.Domain.Models.DTO.html - name: . - uid: adas_core.Domain.Models.DTO.Display name: Display href: adas_core.Domain.Models.DTO.Display.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.DTO name: DTO href: adas_core.Domain.Models.DTO.html - name: . - uid: adas_core.Domain.Models.DTO.Display name: Display href: adas_core.Domain.Models.DTO.Display.html - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertOneTest name: InsertOneTest nameWithType: IDisplayConfigService.InsertOneTest fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneTest - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateConfig_MongoDB_Bson_ObjectId_System_Object_ name: UpdateConfig nameWithType: IDisplayConfigService.UpdateConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfig - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateFieldList_MongoDB_Bson_ObjectId_System_Collections_Generic_List_adas_core_Domain_Models_GroupedObservations_Field__ name: UpdateFieldList nameWithType: IDisplayConfigService.UpdateFieldList fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateFieldList - uid: System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of Field) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.GroupedObservations.Field) name.vb: List(Of Field) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.GroupedObservations.Field name: Field href: adas_core.Domain.Models.GroupedObservations.Field.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.GroupedObservations.Field name: Field href: adas_core.Domain.Models.GroupedObservations.Field.html - name: ) - uid: System.Threading.Tasks.Task{System.Boolean} commentId: T:System.Threading.Tasks.Task{System.Boolean} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of Boolean) fullName.vb: System.Threading.Tasks.Task(Of Boolean) name.vb: Task(Of Boolean) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateConfigColor_MongoDB_Bson_ObjectId_adas_core_Domain_Models_MongoModels_ColorConfig_ name: UpdateConfigColor nameWithType: IDisplayConfigService.UpdateConfigColor fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateConfigColor - uid: adas_core.Domain.Models.MongoModels.ColorConfig commentId: T:adas_core.Domain.Models.MongoModels.ColorConfig parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.ColorConfig.html name: ColorConfig nameWithType: ColorConfig fullName: adas_core.Domain.Models.MongoModels.ColorConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateHeaderConfig_MongoDB_Bson_ObjectId_adas_core_Domain_Models_MongoModels_HeaderConfig_ name: UpdateHeaderConfig nameWithType: IDisplayConfigService.UpdateHeaderConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateHeaderConfig - uid: adas_core.Domain.Models.MongoModels.HeaderConfig commentId: T:adas_core.Domain.Models.MongoModels.HeaderConfig parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.HeaderConfig.html name: HeaderConfig nameWithType: HeaderConfig fullName: adas_core.Domain.Models.MongoModels.HeaderConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateSetHomeBanner_MongoDB_Bson_ObjectId_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_BannerItem__ name: UpdateSetHomeBanner nameWithType: IDisplayConfigService.UpdateSetHomeBanner fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateSetHomeBanner - uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of BannerItem) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.BannerItem) name.vb: List(Of BannerItem) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.MongoModels.BannerItem name: BannerItem href: adas_core.Domain.Models.MongoModels.BannerItem.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.BannerItem name: BannerItem href: adas_core.Domain.Models.MongoModels.BannerItem.html - name: ) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateBaseConfig_adas_core_Domain_Models_MongoModels_DisplayConfig_ name: UpdateBaseConfig nameWithType: IDisplayConfigService.UpdateBaseConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateBaseConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateDisplayConfigHospitalName_MongoDB_Bson_ObjectId_System_String_ name: UpdateDisplayConfigHospitalName nameWithType: IDisplayConfigService.UpdateDisplayConfigHospitalName fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDisplayConfigHospitalName - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_DeleteDisplayConfig_MongoDB_Bson_ObjectId_ name: DeleteDisplayConfig nameWithType: IDisplayConfigService.DeleteDisplayConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteDisplayConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetDefaultConfig_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_ name: GetDefaultConfig nameWithType: IDisplayConfigService.GetDefaultConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDefaultConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetDisplayConfigLocations_MongoDB_Bson_ObjectId_ name: GetDisplayConfigLocations nameWithType: IDisplayConfigService.GetDisplayConfigLocations fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetDisplayConfigLocations - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of List(Of DisplayConfigLocationDto)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto)) name.vb: Task(Of List(Of DisplayConfigLocationDto)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto name: DisplayConfigLocationDto - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto name: DisplayConfigLocationDto - name: ) - name: ) - uid: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse commentId: T:adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse href: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse.html name: DisplayConfigMinimalResponse nameWithType: DisplayConfigMinimalResponse fullName: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetAllCompact name: GetAllCompact nameWithType: IDisplayConfigService.GetAllCompact fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetAllCompact - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of List(Of DisplayConfigMinimalResponse)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse)) name.vb: Task(Of List(Of DisplayConfigMinimalResponse)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse name: DisplayConfigMinimalResponse - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Responses.DisplayConfigMinimalResponse name: DisplayConfigMinimalResponse - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertOneWithTemplate_System_String_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_System_String_ name: InsertOneWithTemplate nameWithType: IDisplayConfigService.InsertOneWithTemplate fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertOneWithTemplate - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateCardConfig_adas_core_Domain_Models_MongoModels_CardConfig_ name: UpdateCardConfig nameWithType: IDisplayConfigService.UpdateCardConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateCardConfig - uid: adas_core.Domain.Models.MongoModels.CardConfig commentId: T:adas_core.Domain.Models.MongoModels.CardConfig parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.CardConfig.html name: CardConfig nameWithType: CardConfig fullName: adas_core.Domain.Models.MongoModels.CardConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertCardConfig_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigCardDto_ name: InsertCardConfig nameWithType: IDisplayConfigService.InsertCardConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardConfig - uid: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto commentId: T:adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto parent: adas_core.Domain.Models.DTO.Display href: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto.html name: CreateDisplayConfigCardDto nameWithType: CreateDisplayConfigCardDto fullName: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardConfig} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardConfig} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of CardConfig) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.CardConfig) name.vb: Task(Of CardConfig) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.MongoModels.CardConfig name: CardConfig - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.CardConfig name: CardConfig - name: ) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetCardConfigAll name: GetCardConfigAll nameWithType: IDisplayConfigService.GetCardConfigAll fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigAll - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.CardConfig}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.CardConfig}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of List(Of CardConfig)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.CardConfig)) name.vb: Task(Of List(Of CardConfig)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.MongoModels.CardConfig name: CardConfig - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.CardConfig name: CardConfig - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetCardConfigById_MongoDB_Bson_ObjectId_ name: GetCardConfigById nameWithType: IDisplayConfigService.GetCardConfigById fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetCardConfigById - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateDetailConfig_adas_core_Domain_Models_MongoModels_CardDetailsConfig_ name: UpdateDetailConfig nameWithType: IDisplayConfigService.UpdateDetailConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateDetailConfig - uid: adas_core.Domain.Models.MongoModels.CardDetailsConfig commentId: T:adas_core.Domain.Models.MongoModels.CardDetailsConfig parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.CardDetailsConfig.html name: CardDetailsConfig nameWithType: CardDetailsConfig fullName: adas_core.Domain.Models.MongoModels.CardDetailsConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertCardDetailConfig_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigCardDto_ name: InsertCardDetailConfig nameWithType: IDisplayConfigService.InsertCardDetailConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertCardDetailConfig - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardDetailsConfig} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.CardDetailsConfig} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of CardDetailsConfig) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.CardDetailsConfig) name.vb: Task(Of CardDetailsConfig) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.MongoModels.CardDetailsConfig name: CardDetailsConfig - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.CardDetailsConfig name: CardDetailsConfig - name: ) - uid: adas_core.Domain.Models.MongoModels.ChartConfig commentId: T:adas_core.Domain.Models.MongoModels.ChartConfig parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.ChartConfig.html name: ChartConfig nameWithType: ChartConfig fullName: adas_core.Domain.Models.MongoModels.ChartConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_InsertChartConfig_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigCardDto_ name: InsertChartConfig nameWithType: IDisplayConfigService.InsertChartConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.InsertChartConfig - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ChartConfig} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ChartConfig} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of ChartConfig) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.ChartConfig) name.vb: Task(Of ChartConfig) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.MongoModels.ChartConfig name: ChartConfig - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.ChartConfig name: ChartConfig - name: ) - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_UpdateChartConfig_adas_core_Domain_Models_MongoModels_ChartConfig_ name: UpdateChartConfig nameWithType: IDisplayConfigService.UpdateChartConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.UpdateChartConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_DeleteChartConfig_MongoDB_Bson_ObjectId_ name: DeleteChartConfig nameWithType: IDisplayConfigService.DeleteChartConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.DeleteChartConfig - uid: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html#adas_core_Application_Services_Interfaces_IDisplayConfigService_GetChartConfig_MongoDB_Bson_ObjectId_ name: GetChartConfig nameWithType: IDisplayConfigService.GetChartConfig fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService.GetChartConfig