Files
adas-core/Documentation/docs/api/adas_core.Application.Services.DisplayService.yml
T
2026-06-26 10:29:23 +02:00

4613 lines
229 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Application.Services.DisplayService
commentId: T:adas_core.Application.Services.DisplayService
id: DisplayService
parent: adas_core.Application.Services
children:
- adas_core.Application.Services.DisplayService.#ctor(adas_core.Application.Repositories.Interfaces.IDisplayRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},adas_core.Application.Services.Interfaces.IDisplayConfigService,adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.IClientMessageService,adas_core.Application.Repositories.Interfaces.IUserRepository,adas_core.Application.Services.Interfaces.IAuthService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService},adas_core.Application.Services.Interfaces.ICacheService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings})
- adas_core.Application.Services.DisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetAll(System.String)
- adas_core.Application.Services.DisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
- adas_core.Application.Services.DisplayService.GetAllByUser(System.String)
- adas_core.Application.Services.DisplayService.GetAllCompact
- adas_core.Application.Services.DisplayService.GetAllDisplaySection
- adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetById(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
- adas_core.Application.Services.DisplayService.GetByName(System.String)
- adas_core.Application.Services.DisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
- adas_core.Application.Services.DisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
- adas_core.Application.Services.DisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
- adas_core.Application.Services.DisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
- adas_core.Application.Services.DisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
- adas_core.Application.Services.DisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
- adas_core.Application.Services.DisplayService.InsertOneTest
- adas_core.Application.Services.DisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
- adas_core.Application.Services.DisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
- adas_core.Application.Services.DisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
- adas_core.Application.Services.DisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
langs:
- csharp
- vb
name: DisplayService
nameWithType: DisplayService
fullName: adas_core.Application.Services.DisplayService
type: Class
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DisplayService
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 21
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
syntax:
content: 'public class DisplayService : IDisplayService'
content.vb: Public Class DisplayService Implements IDisplayService
inheritance:
- System.Object
implements:
- adas_core.Application.Services.Interfaces.IDisplayService
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
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.DisplayService.#ctor(adas_core.Application.Repositories.Interfaces.IDisplayRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},adas_core.Application.Services.Interfaces.IDisplayConfigService,adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.IClientMessageService,adas_core.Application.Repositories.Interfaces.IUserRepository,adas_core.Application.Services.Interfaces.IAuthService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService},adas_core.Application.Services.Interfaces.ICacheService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings})
commentId: M:adas_core.Application.Services.DisplayService.#ctor(adas_core.Application.Repositories.Interfaces.IDisplayRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},adas_core.Application.Services.Interfaces.IDisplayConfigService,adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.IClientMessageService,adas_core.Application.Repositories.Interfaces.IUserRepository,adas_core.Application.Services.Interfaces.IAuthService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService},adas_core.Application.Services.Interfaces.ICacheService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings})
id: '#ctor(adas_core.Application.Repositories.Interfaces.IDisplayRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},adas_core.Application.Services.Interfaces.IDisplayConfigService,adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.IClientMessageService,adas_core.Application.Repositories.Interfaces.IUserRepository,adas_core.Application.Services.Interfaces.IAuthService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService},adas_core.Application.Services.Interfaces.ICacheService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings})'
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: DisplayService(IDisplayRepository, IPointOfCareService, Lazy<IUnitService>, IDisplayConfigService, ISubscribersService, IClientMessageService, IUserRepository, IAuthService, ILogger<DisplayService>, IHttpContextAccessor, ILocalAuditService, Lazy<IPermissionService>, ICacheService, IOptions<CacheSettings>)
nameWithType: DisplayService.DisplayService(IDisplayRepository, IPointOfCareService, Lazy<IUnitService>, IDisplayConfigService, ISubscribersService, IClientMessageService, IUserRepository, IAuthService, ILogger<DisplayService>, IHttpContextAccessor, ILocalAuditService, Lazy<IPermissionService>, ICacheService, IOptions<CacheSettings>)
fullName: adas_core.Application.Services.DisplayService.DisplayService(adas_core.Application.Repositories.Interfaces.IDisplayRepository, adas_core.Application.Services.Interfaces.IPointOfCareService, System.Lazy<adas_core.Application.Services.Interfaces.IUnitService>, adas_core.Application.Services.Interfaces.IDisplayConfigService, adas_core.Application.Services.Interfaces.ISubscribersService, adas_core.Application.Services.Interfaces.IClientMessageService, adas_core.Application.Repositories.Interfaces.IUserRepository, adas_core.Application.Services.Interfaces.IAuthService, Microsoft.Extensions.Logging.ILogger<adas_core.Application.Services.DisplayService>, Microsoft.AspNetCore.Http.IHttpContextAccessor, adas_core.Application.Services.Interfaces.ILocalAuditService, System.Lazy<adas_core.Application.Services.Interfaces.IPermissionService>, adas_core.Application.Services.Interfaces.ICacheService, Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.CacheSettings>)
type: Constructor
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 21
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
syntax:
content: public DisplayService(IDisplayRepository displayRepository, IPointOfCareService pointOfCareService, Lazy<IUnitService> unitService, IDisplayConfigService displayConfigService, ISubscribersService subscribersService, IClientMessageService clientMessageService, IUserRepository userRepository, IAuthService authorityService, ILogger<DisplayService> logger, IHttpContextAccessor httpContextAccessor, ILocalAuditService auditService, Lazy<IPermissionService> permissionService, ICacheService cacheService, IOptions<CacheSettings> cacheSettings)
parameters:
- id: displayRepository
type: adas_core.Application.Repositories.Interfaces.IDisplayRepository
- id: pointOfCareService
type: adas_core.Application.Services.Interfaces.IPointOfCareService
- id: unitService
type: System.Lazy{adas_core.Application.Services.Interfaces.IUnitService}
- id: displayConfigService
type: adas_core.Application.Services.Interfaces.IDisplayConfigService
- id: subscribersService
type: adas_core.Application.Services.Interfaces.ISubscribersService
- id: clientMessageService
type: adas_core.Application.Services.Interfaces.IClientMessageService
- id: userRepository
type: adas_core.Application.Repositories.Interfaces.IUserRepository
- id: authorityService
type: adas_core.Application.Services.Interfaces.IAuthService
- id: logger
type: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService}
- id: httpContextAccessor
type: Microsoft.AspNetCore.Http.IHttpContextAccessor
- id: auditService
type: adas_core.Application.Services.Interfaces.ILocalAuditService
- id: permissionService
type: System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService}
- id: cacheService
type: adas_core.Application.Services.Interfaces.ICacheService
- id: cacheSettings
type: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings}
content.vb: Public Sub New(displayRepository As IDisplayRepository, pointOfCareService As IPointOfCareService, unitService As Lazy(Of IUnitService), displayConfigService As IDisplayConfigService, subscribersService As ISubscribersService, clientMessageService As IClientMessageService, userRepository As IUserRepository, authorityService As IAuthService, logger As ILogger(Of DisplayService), httpContextAccessor As IHttpContextAccessor, auditService As ILocalAuditService, permissionService As Lazy(Of IPermissionService), cacheService As ICacheService, cacheSettings As IOptions(Of CacheSettings))
overload: adas_core.Application.Services.DisplayService.#ctor*
nameWithType.vb: DisplayService.New(IDisplayRepository, IPointOfCareService, Lazy(Of IUnitService), IDisplayConfigService, ISubscribersService, IClientMessageService, IUserRepository, IAuthService, ILogger(Of DisplayService), IHttpContextAccessor, ILocalAuditService, Lazy(Of IPermissionService), ICacheService, IOptions(Of CacheSettings))
fullName.vb: adas_core.Application.Services.DisplayService.New(adas_core.Application.Repositories.Interfaces.IDisplayRepository, adas_core.Application.Services.Interfaces.IPointOfCareService, System.Lazy(Of adas_core.Application.Services.Interfaces.IUnitService), adas_core.Application.Services.Interfaces.IDisplayConfigService, adas_core.Application.Services.Interfaces.ISubscribersService, adas_core.Application.Services.Interfaces.IClientMessageService, adas_core.Application.Repositories.Interfaces.IUserRepository, adas_core.Application.Services.Interfaces.IAuthService, Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.DisplayService), Microsoft.AspNetCore.Http.IHttpContextAccessor, adas_core.Application.Services.Interfaces.ILocalAuditService, System.Lazy(Of adas_core.Application.Services.Interfaces.IPermissionService), adas_core.Application.Services.Interfaces.ICacheService, Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.CacheSettings))
name.vb: New(IDisplayRepository, IPointOfCareService, Lazy(Of IUnitService), IDisplayConfigService, ISubscribersService, IClientMessageService, IUserRepository, IAuthService, ILogger(Of DisplayService), IHttpContextAccessor, ILocalAuditService, Lazy(Of IPermissionService), ICacheService, IOptions(Of CacheSettings))
- uid: adas_core.Application.Services.DisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
commentId: M:adas_core.Application.Services.DisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
id: InsertOne(adas_core.Domain.Models.MongoModels.Display)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: InsertOne(Display)
nameWithType: DisplayService.InsertOne(Display)
fullName: adas_core.Application.Services.DisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InsertOne
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 52
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: >-
Inserts a new <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> using the default configuration for its type.
If no default configuration exists for the display type, a <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref> is thrown.
An audit log entry is created after the display is persisted.
example: []
syntax:
content: public Task<Display> InsertOne(Display display)
parameters:
- id: display
type: adas_core.Domain.Models.MongoModels.Display
description: The display to insert. Its <code>DisplayConfigId</code> is assigned from the resolved default configuration.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The inserted <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> with its <code>DisplayConfigId</code> populated.
content.vb: Public Function InsertOne(display As Display) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.InsertOne*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when no default configuration is found for the specified display type.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
- uid: adas_core.Application.Services.DisplayService.InsertOneTest
commentId: M:adas_core.Application.Services.DisplayService.InsertOneTest
id: InsertOneTest
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: InsertOneTest()
nameWithType: DisplayService.InsertOneTest()
fullName: adas_core.Application.Services.DisplayService.InsertOneTest()
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InsertOneTest
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 66
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Inserts a test Display record into the repository and records a corresponding audit log entry using the current HTTP context user.
example: []
syntax:
content: public Task<Display> InsertOneTest()
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The newly created <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> entity.
content.vb: Public Function InsertOneTest() As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.InsertOneTest*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.InsertOneTest
- uid: adas_core.Application.Services.DisplayService.GetAllCompact
commentId: M:adas_core.Application.Services.DisplayService.GetAllCompact
id: GetAllCompact
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetAllCompact()
nameWithType: DisplayService.GetAllCompact()
fullName: adas_core.Application.Services.DisplayService.GetAllCompact()
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetAllCompact
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 87
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves all displays from the repository and maps them to a compact representation.
example: []
syntax:
content: public Task<List<DisplayMinimalDto>> GetAllCompact()
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayMinimalDto}}
description: A task that represents the asynchronous operation, containing a list of <xref href="adas_core.Domain.Models.DTO.Display.DisplayMinimalDto" data-throw-if-not-resolved="false"></xref> with the mapped display data.
content.vb: Public Function GetAllCompact() As Task(Of List(Of DisplayMinimalDto))
overload: adas_core.Application.Services.DisplayService.GetAllCompact*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetAllCompact
- uid: adas_core.Application.Services.DisplayService.GetAll(System.String)
commentId: M:adas_core.Application.Services.DisplayService.GetAll(System.String)
id: GetAll(System.String)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetAll(string?)
nameWithType: DisplayService.GetAll(string?)
fullName: adas_core.Application.Services.DisplayService.GetAll(string?)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetAll
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 101
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves all display items, optionally filtered by the specified user name.
example: []
syntax:
content: public Task<List<Display>> GetAll(string? userName)
parameters:
- id: userName
type: System.String
description: The user name used to filter the display items, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to retrieve all items.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
description: A task that represents the asynchronous operation. The task result contains a list of <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> items.
content.vb: Public Function GetAll(userName As String) As Task(Of List(Of Display))
overload: adas_core.Application.Services.DisplayService.GetAll*
exceptions:
- type: System.NotImplementedException
commentId: T:System.NotImplementedException
description: The method has not been implemented yet.
nameWithType.vb: DisplayService.GetAll(String)
fullName.vb: adas_core.Application.Services.DisplayService.GetAll(String)
name.vb: GetAll(String)
- uid: adas_core.Application.Services.DisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
commentId: M:adas_core.Application.Services.DisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
id: GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetPaginatedDisplays(PaginationFilter)
nameWithType: DisplayService.GetPaginatedDisplays(PaginationFilter)
fullName: adas_core.Application.Services.DisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetPaginatedDisplays
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 111
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves a paginated list of <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> items along with the total document count, applying page number and page size from the provided filter.
example: []
syntax:
content: public Task<PaginationResponse<Display>> GetPaginatedDisplays(PaginationFilter filter)
parameters:
- id: filter
type: adas_core.Domain.Models.Filter.PaginationFilter
description: The pagination filter containing the page number and page size used to determine the slice of results to return.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.Display}}
description: A <xref href="System.Threading.Tasks.Task%601" data-throw-if-not-resolved="false"></xref> containing the requested page of displays, the current page number, the page size, and the total number of documents.
content.vb: Public Function GetPaginatedDisplays(filter As PaginationFilter) As Task(Of PaginationResponse(Of Display))
overload: adas_core.Application.Services.DisplayService.GetPaginatedDisplays*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
- uid: adas_core.Application.Services.DisplayService.GetAllByUser(System.String)
commentId: M:adas_core.Application.Services.DisplayService.GetAllByUser(System.String)
id: GetAllByUser(System.String)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetAllByUser(string?)
nameWithType: DisplayService.GetAllByUser(string?)
fullName: adas_core.Application.Services.DisplayService.GetAllByUser(string?)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetAllByUser
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 133
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: >-
Retrieves all displays accessible to the specified user, together with their associated permissions, by resolving the user's authorizations (both unit-scoped and display-scoped).
Returns an empty list when the username is null, when the user cannot be found, or when no authorizations are available; throws an exception if permissions for a unit-scoped display cannot be resolved.
example: []
syntax:
content: public Task<List<DisplayWithPermissionsDto>> GetAllByUser(string? userName)
parameters:
- id: userName
type: System.String
description: The username whose displays should be retrieved; when null, the method returns an empty list.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto}}
description: A task that yields a list of <xref href="adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto" data-throw-if-not-resolved="false"></xref> containing the displays the user can access along with their permissions.
content.vb: Public Function GetAllByUser(userName As String) As Task(Of List(Of DisplayWithPermissionsDto))
overload: adas_core.Application.Services.DisplayService.GetAllByUser*
exceptions:
- type: adas_core.Application.Exceptions.ForbbidenException
commentId: T:adas_core.Application.Exceptions.ForbbidenException
description: Thrown when permissions for a unit-scoped display cannot be obtained for the user.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(System.String)
nameWithType.vb: DisplayService.GetAllByUser(String)
fullName.vb: adas_core.Application.Services.DisplayService.GetAllByUser(String)
name.vb: GetAllByUser(String)
- uid: adas_core.Application.Services.DisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
commentId: M:adas_core.Application.Services.DisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
id: GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByType(DisplayType)
nameWithType: DisplayService.GetByType(DisplayConfigEnums.DisplayType)
fullName: adas_core.Application.Services.DisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByType
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 214
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: >-
Retrieves all displays associated with the specified display type by resolving the matching display configurations and loading their corresponding displays.
Each returned display is enriched with its parent configuration, and configurations without associated displays are skipped.
example: []
syntax:
content: public Task<List<Display>> GetByType(DisplayConfigEnums.DisplayType type)
parameters:
- id: type
type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
description: The display type used to filter the display configurations.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
description: A list of displays matching the specified type, each with its related configuration assigned; an empty list is returned when no displays are found.
content.vb: Public Function GetByType(type As DisplayConfigEnums.DisplayType) As Task(Of List(Of Display))
overload: adas_core.Application.Services.DisplayService.GetByType*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
- uid: adas_core.Application.Services.DisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
commentId: M:adas_core.Application.Services.DisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
id: GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByPointOfCare(PointOfCare)
nameWithType: DisplayService.GetByPointOfCare(PointOfCare)
fullName: adas_core.Application.Services.DisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByPointOfCare
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 233
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves a list of displays associated with the specified point of care.
example: []
syntax:
content: public Task<List<Display>> GetByPointOfCare(PointOfCare pointOfCare)
parameters:
- id: pointOfCare
type: adas_core.Domain.Models.MongoModels.PointOfCare
description: The point of care used to filter the displays.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
description: A task that represents the asynchronous operation. The task result contains the list of displays matching the specified point of care.
content.vb: Public Function GetByPointOfCare(pointOfCare As PointOfCare) As Task(Of List(Of Display))
overload: adas_core.Application.Services.DisplayService.GetByPointOfCare*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
- uid: adas_core.Application.Services.DisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
id: GetByConfigId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByConfigId(ObjectId)
nameWithType: DisplayService.GetByConfigId(ObjectId)
fullName: adas_core.Application.Services.DisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByConfigId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 243
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves the list of displays associated with the specified configuration identifier by delegating to the display repository.
example: []
syntax:
content: public Task<List<Display>> GetByConfigId(ObjectId configId)
parameters:
- id: configId
type: MongoDB.Bson.ObjectId
description: The configuration identifier used to look up the associated displays.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
description: A task that returns the list of <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> objects matching the given configuration identifier.
content.vb: Public Function GetByConfigId(configId As ObjectId) As Task(Of List(Of Display))
overload: adas_core.Application.Services.DisplayService.GetByConfigId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
id: GetByCardConfigId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByCardConfigId(ObjectId)
nameWithType: DisplayService.GetByCardConfigId(ObjectId)
fullName: adas_core.Application.Services.DisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByCardConfigId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 253
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves a list of displays associated with the specified card configuration identifier by delegating to the underlying repository.
example: []
syntax:
content: public Task<List<Display>> GetByCardConfigId(ObjectId configId)
parameters:
- id: configId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the card configuration used to look up the associated displays.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
description: A task that represents the asynchronous operation, containing a list of <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> objects matching the provided card configuration identifier.
content.vb: Public Function GetByCardConfigId(configId As ObjectId) As Task(Of List(Of Display))
overload: adas_core.Application.Services.DisplayService.GetByCardConfigId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.GetByName(System.String)
commentId: M:adas_core.Application.Services.DisplayService.GetByName(System.String)
id: GetByName(System.String)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByName(string)
nameWithType: DisplayService.GetByName(string)
fullName: adas_core.Application.Services.DisplayService.GetByName(string)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByName
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 264
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves a <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> by its name. Throws a <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref> if no matching display is found.
example: []
syntax:
content: public Task<Display?> GetByName(string name)
parameters:
- id: name
type: System.String
description: The name of the display to look up.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> that matches the specified name.
content.vb: Public Function GetByName(name As String) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.GetByName*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when no display is found for the given name.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByName(System.String)
nameWithType.vb: DisplayService.GetByName(String)
fullName.vb: adas_core.Application.Services.DisplayService.GetByName(String)
name.vb: GetByName(String)
- uid: adas_core.Application.Services.DisplayService.GetById(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.GetById(MongoDB.Bson.ObjectId)
id: GetById(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetById(ObjectId)
nameWithType: DisplayService.GetById(ObjectId)
fullName: adas_core.Application.Services.DisplayService.GetById(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetById
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 275
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves a <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> by its unique identifier from the repository.
example: []
syntax:
content: public Task<Display?> GetById(ObjectId id)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: The unique identifier of the display to retrieve.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The matching <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> if found; otherwise, <code>null</code>.
content.vb: Public Function GetById(id As ObjectId) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.GetById*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetById(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
commentId: M:adas_core.Application.Services.DisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
id: GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByIdWithPermissions(ObjectId, LocaleEnum)
nameWithType: DisplayService.GetByIdWithPermissions(ObjectId, LocaleEnum)
fullName: adas_core.Application.Services.DisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId, adas_core.Domain.Models.Masters.LocaleEnum)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByIdWithPermissions
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 287
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves a display by its identifier, enriches it with localized point-of-care information, its display configuration, and the permissions available to the current user.
example: []
syntax:
content: public Task<DisplayWithPermissionsDto> GetByIdWithPermissions(ObjectId id, LocaleEnum localeEnum)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: The unique identifier of the display to retrieve.
- id: localeEnum
type: adas_core.Domain.Models.Masters.LocaleEnum
description: The locale used to localize the related point-of-care information.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto}
description: A <xref href="adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto" data-throw-if-not-resolved="false"></xref> containing the display and its associated permissions.
content.vb: Public Function GetByIdWithPermissions(id As ObjectId, localeEnum As LocaleEnum) As Task(Of DisplayWithPermissionsDto)
overload: adas_core.Application.Services.DisplayService.GetByIdWithPermissions*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when the current user cannot be identified from the JWT or when no display is found for the specified <code class="paramref">id</code>.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
- uid: adas_core.Application.Services.DisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
id: CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: CountDisplaysByUnitId(ObjectId)
nameWithType: DisplayService.CountDisplaysByUnitId(ObjectId)
fullName: adas_core.Application.Services.DisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CountDisplaysByUnitId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 328
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Asynchronously counts the number of displays associated with the specified unit identifier.
example: []
syntax:
content: public Task<long> CountDisplaysByUnitId(ObjectId unitId)
parameters:
- id: unitId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the unit whose displays should be counted.
return:
type: System.Threading.Tasks.Task{System.Int64}
description: A task that represents the asynchronous operation. The task result contains the total number of displays for the given unit.
content.vb: Public Function CountDisplaysByUnitId(unitId As ObjectId) As Task(Of Long)
overload: adas_core.Application.Services.DisplayService.CountDisplaysByUnitId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
commentId: M:adas_core.Application.Services.DisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
id: GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetInfo(ObjectId, string?, List<Authorization>?, LocaleEnum?, bool, bool, bool, bool, CancellationToken)
nameWithType: DisplayService.GetInfo(ObjectId, string?, List<Authorization>?, LocaleEnum?, bool, bool, bool, bool, CancellationToken)
fullName: adas_core.Application.Services.DisplayService.GetInfo(MongoDB.Bson.ObjectId, string?, System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Authorization>?, adas_core.Domain.Models.Masters.LocaleEnum?, bool, bool, bool, bool, System.Threading.CancellationToken)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetInfo
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 348
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: >-
Retrieves display information by id, with optional enrichment of point-of-care, patient data, and section list based on the provided flags.
Uses cached data when display configuration is requested; otherwise fetches the base display and caches the result.
Fetches user authorizations from the user repository when not supplied, and logs an error if the display list cannot be populated due to a missing configuration.
example: []
syntax:
content: public Task<Display?> GetInfo(ObjectId id, string? userName, List<Authorization>? authorizations, LocaleEnum? locale, bool fillPointOfCare = true, bool fillPatientData = false, bool fillDisplayList = true, bool fillDisplayConfig = true, CancellationToken ct = default)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: Identifier of the display to retrieve.
- id: userName
type: System.String
description: Optional user name used to look up authorizations when none are provided.
- id: authorizations
type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization}
description: Optional pre-resolved authorizations used to filter the display section list.
- id: locale
type: System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum}
description: Optional locale applied when loading point-of-care data.
- id: fillPointOfCare
type: System.Boolean
description: If true, populates the point-of-care entries for the display.
- id: fillPatientData
type: System.Boolean
description: If true, includes patient data when retrieving point-of-care information.
- id: fillDisplayList
type: System.Boolean
description: If true, populates the display section list filtered by the resolved authorizations.
- id: fillDisplayConfig
type: System.Boolean
description: If true, retrieves the full display including its configuration (cached); otherwise retrieves the base display.
- id: ct
type: System.Threading.CancellationToken
description: Cancellation token to cancel the operation.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The requested <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref>, or <code>null</code> if no display is found for the given id.
content.vb: Public Function GetInfo(id As ObjectId, userName As String, authorizations As List(Of Authorization), locale As LocaleEnum?, fillPointOfCare As Boolean = True, fillPatientData As Boolean = False, fillDisplayList As Boolean = True, fillDisplayConfig As Boolean = True, ct As CancellationToken = Nothing) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.GetInfo*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
nameWithType.vb: DisplayService.GetInfo(ObjectId, String, List(Of Authorization), LocaleEnum?, Boolean, Boolean, Boolean, Boolean, CancellationToken)
fullName.vb: adas_core.Application.Services.DisplayService.GetInfo(MongoDB.Bson.ObjectId, String, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Authorization), adas_core.Domain.Models.Masters.LocaleEnum?, Boolean, Boolean, Boolean, Boolean, System.Threading.CancellationToken)
name.vb: GetInfo(ObjectId, String, List(Of Authorization), LocaleEnum?, Boolean, Boolean, Boolean, Boolean, CancellationToken)
- uid: adas_core.Application.Services.DisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
commentId: M:adas_core.Application.Services.DisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
id: GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetDisplaySectionByUser(DisplayType, ObjectId?, string?, List<Authorization>?)
nameWithType: DisplayService.GetDisplaySectionByUser(DisplayConfigEnums.DisplayType, ObjectId?, string?, List<Authorization>?)
fullName: adas_core.Application.Services.DisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType, MongoDB.Bson.ObjectId?, string?, System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Authorization>?)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDisplaySectionByUser
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 460
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: >-
Retrieves the display sections accessible to a specific user, filtered by display type, based on the user's authorities (either provided or fetched from the authority service).
Supports both direct display references and unit-based references, marks the currently selected display, and returns an empty list if the user is not found or no matching sections exist.
example: []
syntax:
content: public Task<List<MinimalDisplaySection>> GetDisplaySectionByUser(DisplayConfigEnums.DisplayType type, ObjectId? currentDisplay, string? userName, List<Authorization>? authorizations)
parameters:
- id: type
type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
description: The display type used to filter the returned sections.
- id: currentDisplay
type: System.Nullable{MongoDB.Bson.ObjectId}
description: The identifier of the currently selected display, which will be flagged as selected in the result; may be null.
- id: userName
type: System.String
description: The username used to look up the user and their authorities; if null, an empty list is returned.
- id: authorizations
type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization}
description: Optional pre-fetched list of user authorities; when null, authorities are retrieved from the authority service.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.MinimalDisplaySection}}
description: A task that resolves to a list of <xref href="adas_core.Domain.Models.MongoModels.MinimalDisplaySection" data-throw-if-not-resolved="false"></xref> items accessible to the user and matching the specified display type.
content.vb: Public Function GetDisplaySectionByUser(type As DisplayConfigEnums.DisplayType, currentDisplay As ObjectId?, userName As String, authorizations As List(Of Authorization)) As Task(Of List(Of MinimalDisplaySection))
overload: adas_core.Application.Services.DisplayService.GetDisplaySectionByUser*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
nameWithType.vb: DisplayService.GetDisplaySectionByUser(DisplayConfigEnums.DisplayType, ObjectId?, String, List(Of Authorization))
fullName.vb: adas_core.Application.Services.DisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType, MongoDB.Bson.ObjectId?, String, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Authorization))
name.vb: GetDisplaySectionByUser(DisplayType, ObjectId?, String, List(Of Authorization))
- uid: adas_core.Application.Services.DisplayService.GetAllDisplaySection
commentId: M:adas_core.Application.Services.DisplayService.GetAllDisplaySection
id: GetAllDisplaySection
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetAllDisplaySection()
nameWithType: DisplayService.GetAllDisplaySection()
fullName: adas_core.Application.Services.DisplayService.GetAllDisplaySection()
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetAllDisplaySection
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 534
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Asynchronously retrieves all display configurations of type DisplayNurse and SmartDisplay, mapping them into minimal display sections and grouping them within a display list DTO.
example: []
syntax:
content: public Task<MinimalDisplayListDto> GetAllDisplaySection()
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.Display.MinimalDisplayListDto}
description: A task that represents the asynchronous operation. The task result contains a MinimalDisplayListDto with the populated DisplayNurse and SmartDisplay collections.
content.vb: Public Function GetAllDisplaySection() As Task(Of MinimalDisplayListDto)
overload: adas_core.Application.Services.DisplayService.GetAllDisplaySection*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetAllDisplaySection
- uid: adas_core.Application.Services.DisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
id: GetByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetByUnitId(ObjectId)
nameWithType: DisplayService.GetByUnitId(ObjectId)
fullName: adas_core.Application.Services.DisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetByUnitId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 567
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves the list of displays associated with the specified unit identifier by delegating to the display repository.
example: []
syntax:
content: public Task<List<Display>> GetByUnitId(ObjectId unitId)
parameters:
- id: unitId
type: MongoDB.Bson.ObjectId
description: The identifier of the unit whose displays should be returned.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
description: A task that represents the asynchronous operation, containing the list of <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> objects for the given unit.
content.vb: Public Function GetByUnitId(unitId As ObjectId) As Task(Of List(Of Display))
overload: adas_core.Application.Services.DisplayService.GetByUnitId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
commentId: M:adas_core.Application.Services.DisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
id: GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetAllAvailablePoc(List<string>, bool)
nameWithType: DisplayService.GetAllAvailablePoc(List<string>, bool)
fullName: adas_core.Application.Services.DisplayService.GetAllAvailablePoc(System.Collections.Generic.List<string>, bool)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetAllAvailablePoc
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 579
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves all available points of care (POC) and their associated unit information for the specified display identifiers. Invalid display ID strings are silently skipped, virtual points of care can optionally be excluded, and a <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref> is thrown when a resolved unit cannot be found; any unexpected error is logged and an empty result is returned.
example: []
syntax:
content: public Task<PocAndUnitDto> GetAllAvailablePoc(List<string> displayIds, bool excludeVirtual = false)
parameters:
- id: displayIds
type: System.Collections.Generic.List{System.String}
description: A list of display identifier strings used to resolve the related units and their available points of care.
- id: excludeVirtual
type: System.Boolean
description: When set to <code>true</code>, virtual points of care are excluded from the result; otherwise, they are included.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.PocAndUnitDto}
description: A <xref href="adas_core.Domain.Models.DTO.PocAndUnitDto" data-throw-if-not-resolved="false"></xref> containing the available points of care and their associated unit details.
content.vb: Public Function GetAllAvailablePoc(displayIds As List(Of String), excludeVirtual As Boolean = False) As Task(Of PocAndUnitDto)
overload: adas_core.Application.Services.DisplayService.GetAllAvailablePoc*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when a unit associated with one of the resolved display identifiers cannot be found.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
nameWithType.vb: DisplayService.GetAllAvailablePoc(List(Of String), Boolean)
fullName.vb: adas_core.Application.Services.DisplayService.GetAllAvailablePoc(System.Collections.Generic.List(Of String), Boolean)
name.vb: GetAllAvailablePoc(List(Of String), Boolean)
- uid: adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
id: GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetAllPocsByDisplayId(ObjectId)
nameWithType: DisplayService.GetAllPocsByDisplayId(ObjectId)
fullName: adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetAllPocsByDisplayId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 630
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves all points of care associated with the specified display. Returns an empty list when the display is not found, when no associated points of care exist, or when an error occurs during retrieval.
example: []
syntax:
content: public Task<List<PointOfCare>> GetAllPocsByDisplayId(ObjectId id)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: The ObjectId of the display whose points of care should be retrieved.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}}
description: A list of points of care linked to the display, or an empty list if the display cannot be found or if an error is encountered.
content.vb: Public Function GetAllPocsByDisplayId(id As ObjectId) As Task(Of List(Of PointOfCare))
overload: adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
id: GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: GetDisplayConfigLocations(ObjectId)
nameWithType: DisplayService.GetDisplayConfigLocations(ObjectId)
fullName: adas_core.Application.Services.DisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDisplayConfigLocations
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 659
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Retrieves the display configuration locations associated with the specified display configuration ID, mapping each display to its corresponding unit name. If a unit cannot be found for a display, the resulting location's unit name will be null.
example: []
syntax:
content: public Task<List<DisplayConfigLocationDto>> GetDisplayConfigLocations(ObjectId displayConfigId)
parameters:
- id: displayConfigId
type: MongoDB.Bson.ObjectId
description: The identifier of the display configuration whose locations are being 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. The task result contains a list of <xref href="adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto" data-throw-if-not-resolved="false"></xref> objects with display and unit information.
content.vb: Public Function GetDisplayConfigLocations(displayConfigId As ObjectId) As Task(Of List(Of DisplayConfigLocationDto))
overload: adas_core.Application.Services.DisplayService.GetDisplayConfigLocations*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
id: IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: IsDisplayConfigInUse(ObjectId)
nameWithType: DisplayService.IsDisplayConfigInUse(ObjectId)
fullName: adas_core.Application.Services.DisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IsDisplayConfigInUse
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 682
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Determines whether the specified display configuration is currently in use by checking if it is referenced by any related entity.
example: []
syntax:
content: public Task<bool> IsDisplayConfigInUse(ObjectId displayConfigId)
parameters:
- id: displayConfigId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the display configuration to check.
return:
type: System.Threading.Tasks.Task{System.Boolean}
description: <code>true</code> if the display configuration is referenced by at least one entity; otherwise, <code>false</code>.
content.vb: Public Function IsDisplayConfigInUse(displayConfigId As ObjectId) As Task(Of Boolean)
overload: adas_core.Application.Services.DisplayService.IsDisplayConfigInUse*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
commentId: M:adas_core.Application.Services.DisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
id: UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: UpdatePointOfCareList(ObjectId, List<ObjectId>)
nameWithType: DisplayService.UpdatePointOfCareList(ObjectId, List<ObjectId>)
fullName: adas_core.Application.Services.DisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId, System.Collections.Generic.List<MongoDB.Bson.ObjectId>)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdatePointOfCareList
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 703
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Updates the point of care list associated with the specified display, invalidating the related cache entries and broadcasting the change to subscribers.
example: []
syntax:
content: public Task<Display?> UpdatePointOfCareList(ObjectId objectId, List<ObjectId> listPocObId)
parameters:
- id: objectId
type: MongoDB.Bson.ObjectId
description: The identifier of the display whose point of care list is being updated.
- id: listPocObId
type: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
description: The list of point of care object identifiers to assign to the display.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The updated <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> instance after the point of care list change.
content.vb: Public Function UpdatePointOfCareList(objectId As ObjectId, listPocObId As List(Of ObjectId)) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.UpdatePointOfCareList*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when no display exists for the specified <code class="paramref">objectId</code>.
- type: adas_core.Application.Exceptions.ConflictException
commentId: T:adas_core.Application.Exceptions.ConflictException
description: Thrown when the point of care list update cannot be persisted.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
nameWithType.vb: DisplayService.UpdatePointOfCareList(ObjectId, List(Of ObjectId))
fullName.vb: adas_core.Application.Services.DisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId, System.Collections.Generic.List(Of MongoDB.Bson.ObjectId))
name.vb: UpdatePointOfCareList(ObjectId, List(Of ObjectId))
- uid: adas_core.Application.Services.DisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
commentId: M:adas_core.Application.Services.DisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
id: UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: UpdateConfig(Display, DisplayConfig?)
nameWithType: DisplayService.UpdateConfig(Display, DisplayConfig?)
fullName: adas_core.Application.Services.DisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display, adas_core.Domain.Models.MongoModels.DisplayConfig?)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateConfig
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 724
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Updates the configuration of an existing display by casting the new configuration to its specific type based on <xref href="adas_core.Domain.Enums.DisplayConfigEnums.DisplayType" data-throw-if-not-resolved="false"></xref>, supporting <code>DisplayNurse</code> and <code>SmartDisplay</code>. On a successful update, broadcasts the change, creates an audit log entry, and invalidates the related cache entry. Returns <code>null</code> if the provided configuration type is not supported or the cast results in <code>null</code>.
example: []
syntax:
content: public Task<Display?> UpdateConfig(Display oldDisplay, DisplayConfig? newDisplayConfig)
parameters:
- id: oldDisplay
type: adas_core.Domain.Models.MongoModels.Display
description: The existing display whose configuration will be updated.
- id: newDisplayConfig
type: adas_core.Domain.Models.MongoModels.DisplayConfig
description: The new configuration to apply, or <code>null</code> if no update is provided.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The updated <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> if the configuration was successfully applied; otherwise, <code>null</code>.
content.vb: Public Function UpdateConfig(oldDisplay As Display, newDisplayConfig As DisplayConfig) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.UpdateConfig*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
nameWithType.vb: DisplayService.UpdateConfig(Display, DisplayConfig)
fullName.vb: adas_core.Application.Services.DisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display, adas_core.Domain.Models.MongoModels.DisplayConfig)
name.vb: UpdateConfig(Display, DisplayConfig)
- uid: adas_core.Application.Services.DisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
id: UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: UpdateConfigId(Display, ObjectId)
nameWithType: DisplayService.UpdateConfigId(Display, ObjectId)
fullName: adas_core.Application.Services.DisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display, MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateConfigId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 761
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Updates the configuration ID associated with the specified display. On a successful update, the related cache entries are invalidated, a display update broadcast is sent, and an audit log entry is created.
example: []
syntax:
content: public Task<Display?> UpdateConfigId(Display oldDisplay, ObjectId configId)
parameters:
- id: oldDisplay
type: adas_core.Domain.Models.MongoModels.Display
description: The display whose configuration ID is being updated.
- id: configId
type: MongoDB.Bson.ObjectId
description: The new configuration ID to assign to the display.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The updated display, or <code>null</code> if the display was not found.
content.vb: Public Function UpdateConfigId(oldDisplay As Display, configId As ObjectId) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.UpdateConfigId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
id: UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: UpdateConfigPreset(ObjectId, ObjectId)
nameWithType: DisplayService.UpdateConfigPreset(ObjectId, ObjectId)
fullName: adas_core.Application.Services.DisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId, MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateConfigPreset
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 782
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Updates the configuration preset associated with the specified display, invalidates the display cache, records an audit log entry, and broadcasts a notification to subscribers based on the resolved display type (DisplayNurse, SmartDisplay, or Unknown). Throws a not-found exception when the update result or configuration cannot be resolved, and an invalid-format exception when the configuration type is not one of the handled types.
example: []
syntax:
content: public Task<Display?> UpdateConfigPreset(ObjectId objectIdDisplay, ObjectId objectIdConfigDisplay)
parameters:
- id: objectIdDisplay
type: MongoDB.Bson.ObjectId
description: The identifier of the display whose configuration preset is being updated.
- id: objectIdConfigDisplay
type: MongoDB.Bson.ObjectId
description: The identifier of the new configuration preset to apply to the display.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The updated <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> entity, or <code>null</code> if the update could not be completed.
content.vb: Public Function UpdateConfigPreset(objectIdDisplay As ObjectId, objectIdConfigDisplay As ObjectId) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.UpdateConfigPreset*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when the update result or the resolved configuration is <code>null</code>.
- type: adas_core.Application.Exceptions.InvalidFormatException
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
description: Thrown when the configuration type is not one of the handled display types.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
commentId: M:adas_core.Application.Services.DisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
id: UpdateName(MongoDB.Bson.ObjectId,System.String)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: UpdateName(ObjectId, string)
nameWithType: DisplayService.UpdateName(ObjectId, string)
fullName: adas_core.Application.Services.DisplayService.UpdateName(MongoDB.Bson.ObjectId, string)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateName
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 819
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Updates the name of an existing display identified by the given identifier, invalidates the related cache entries, and records an audit log entry for the change.
example: []
syntax:
content: public Task<Display?> UpdateName(ObjectId id, string name)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: The unique identifier of the display to update.
- id: name
type: System.String
description: The new name to assign to the display.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
description: The updated <xref href="adas_core.Domain.Models.MongoModels.Display" data-throw-if-not-resolved="false"></xref> instance, or <code>null</code> if the update could not be performed.
content.vb: Public Function UpdateName(id As ObjectId, name As String) As Task(Of Display)
overload: adas_core.Application.Services.DisplayService.UpdateName*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when no display is found for the specified <code class="paramref">id</code>.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
nameWithType.vb: DisplayService.UpdateName(ObjectId, String)
fullName.vb: adas_core.Application.Services.DisplayService.UpdateName(MongoDB.Bson.ObjectId, String)
name.vb: UpdateName(ObjectId, String)
- uid: adas_core.Application.Services.DisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
id: DeleteDisplay(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: DeleteDisplay(ObjectId)
nameWithType: DisplayService.DeleteDisplay(ObjectId)
fullName: adas_core.Application.Services.DisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeleteDisplay
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 841
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Deletes a display by its identifier, removing the record, invalidating the related cache, clearing associated authorities, and recording an audit log entry.
example: []
syntax:
content: public Task<bool> DeleteDisplay(ObjectId id)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: The unique identifier of the display to delete.
return:
type: System.Threading.Tasks.Task{System.Boolean}
description: A task that resolves to <code>true</code> when the display has been successfully deleted.
content.vb: Public Function DeleteDisplay(id As ObjectId) As Task(Of Boolean)
overload: adas_core.Application.Services.DisplayService.DeleteDisplay*
exceptions:
- type: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
description: Thrown when no display is found for the specified <code class="paramref">id</code>.
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
id: DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.DisplayService
langs:
- csharp
- vb
name: DeleteDisplaysByUnitId(ObjectId)
nameWithType: DisplayService.DeleteDisplaysByUnitId(ObjectId)
fullName: adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/DisplayService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeleteDisplaysByUnitId
path: ../../adas-core.Application/Services/DisplayService.cs
startLine: 860
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Deletes all displays associated with the specified unit identifier, invalidates the displays cache, and removes related authority data for the unit.
example: []
syntax:
content: public Task DeleteDisplaysByUnitId(ObjectId unitId)
parameters:
- id: unitId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the unit whose displays and related authority data will be removed.
return:
type: System.Threading.Tasks.Task
content.vb: Public Function DeleteDisplaysByUnitId(unitId As ObjectId) As Task
overload: adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId*
implements:
- adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
references:
- uid: adas_core.Application.Services
commentId: N:adas_core.Application.Services
href: adas_core.html
name: adas_core.Application.Services
nameWithType: adas_core.Application.Services
fullName: adas_core.Application.Services
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
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
- 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.IDisplayService
commentId: T:adas_core.Application.Services.Interfaces.IDisplayService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IDisplayService.html
name: IDisplayService
nameWithType: IDisplayService
fullName: adas_core.Application.Services.Interfaces.IDisplayService
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- 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: 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
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: 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.Application.Services.DisplayService.#ctor*
commentId: Overload:adas_core.Application.Services.DisplayService.#ctor
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService__ctor_adas_core_Application_Repositories_Interfaces_IDisplayRepository_adas_core_Application_Services_Interfaces_IPointOfCareService_System_Lazy_adas_core_Application_Services_Interfaces_IUnitService__adas_core_Application_Services_Interfaces_IDisplayConfigService_adas_core_Application_Services_Interfaces_ISubscribersService_adas_core_Application_Services_Interfaces_IClientMessageService_adas_core_Application_Repositories_Interfaces_IUserRepository_adas_core_Application_Services_Interfaces_IAuthService_Microsoft_Extensions_Logging_ILogger_adas_core_Application_Services_DisplayService__Microsoft_AspNetCore_Http_IHttpContextAccessor_adas_core_Application_Services_Interfaces_ILocalAuditService_System_Lazy_adas_core_Application_Services_Interfaces_IPermissionService__adas_core_Application_Services_Interfaces_ICacheService_Microsoft_Extensions_Options_IOptions_adas_core_Domain_Models_AppSettings_CacheSettings__
name: DisplayService
nameWithType: DisplayService.DisplayService
fullName: adas_core.Application.Services.DisplayService.DisplayService
nameWithType.vb: DisplayService.New
fullName.vb: adas_core.Application.Services.DisplayService.New
name.vb: New
- uid: adas_core.Application.Repositories.Interfaces.IDisplayRepository
commentId: T:adas_core.Application.Repositories.Interfaces.IDisplayRepository
parent: adas_core.Application.Repositories.Interfaces
href: adas_core.Application.Repositories.Interfaces.IDisplayRepository.html
name: IDisplayRepository
nameWithType: IDisplayRepository
fullName: adas_core.Application.Repositories.Interfaces.IDisplayRepository
- uid: adas_core.Application.Services.Interfaces.IPointOfCareService
commentId: T:adas_core.Application.Services.Interfaces.IPointOfCareService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IPointOfCareService.html
name: IPointOfCareService
nameWithType: IPointOfCareService
fullName: adas_core.Application.Services.Interfaces.IPointOfCareService
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IUnitService}
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IUnitService}
parent: System
definition: System.Lazy`1
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
name: Lazy<IUnitService>
nameWithType: Lazy<IUnitService>
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IUnitService>
nameWithType.vb: Lazy(Of IUnitService)
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IUnitService)
name.vb: Lazy(Of IUnitService)
spec.csharp:
- uid: System.Lazy`1
name: Lazy
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
- name: <
- uid: adas_core.Application.Services.Interfaces.IUnitService
name: IUnitService
href: adas_core.Application.Services.Interfaces.IUnitService.html
- name: '>'
spec.vb:
- uid: System.Lazy`1
name: Lazy
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Application.Services.Interfaces.IUnitService
name: IUnitService
href: adas_core.Application.Services.Interfaces.IUnitService.html
- name: )
- uid: adas_core.Application.Services.Interfaces.IDisplayConfigService
commentId: T:adas_core.Application.Services.Interfaces.IDisplayConfigService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html
name: IDisplayConfigService
nameWithType: IDisplayConfigService
fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService
- uid: adas_core.Application.Services.Interfaces.ISubscribersService
commentId: T:adas_core.Application.Services.Interfaces.ISubscribersService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.ISubscribersService.html
name: ISubscribersService
nameWithType: ISubscribersService
fullName: adas_core.Application.Services.Interfaces.ISubscribersService
- uid: adas_core.Application.Services.Interfaces.IClientMessageService
commentId: T:adas_core.Application.Services.Interfaces.IClientMessageService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IClientMessageService.html
name: IClientMessageService
nameWithType: IClientMessageService
fullName: adas_core.Application.Services.Interfaces.IClientMessageService
- uid: adas_core.Application.Repositories.Interfaces.IUserRepository
commentId: T:adas_core.Application.Repositories.Interfaces.IUserRepository
parent: adas_core.Application.Repositories.Interfaces
href: adas_core.Application.Repositories.Interfaces.IUserRepository.html
name: IUserRepository
nameWithType: IUserRepository
fullName: adas_core.Application.Repositories.Interfaces.IUserRepository
- uid: adas_core.Application.Services.Interfaces.IAuthService
commentId: T:adas_core.Application.Services.Interfaces.IAuthService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IAuthService.html
name: IAuthService
nameWithType: IAuthService
fullName: adas_core.Application.Services.Interfaces.IAuthService
- uid: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService}
commentId: T:Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DisplayService}
parent: Microsoft.Extensions.Logging
definition: Microsoft.Extensions.Logging.ILogger`1
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
name: ILogger<DisplayService>
nameWithType: ILogger<DisplayService>
fullName: Microsoft.Extensions.Logging.ILogger<adas_core.Application.Services.DisplayService>
nameWithType.vb: ILogger(Of DisplayService)
fullName.vb: Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.DisplayService)
name.vb: ILogger(Of DisplayService)
spec.csharp:
- uid: Microsoft.Extensions.Logging.ILogger`1
name: ILogger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
- name: <
- uid: adas_core.Application.Services.DisplayService
name: DisplayService
href: adas_core.Application.Services.DisplayService.html
- name: '>'
spec.vb:
- uid: Microsoft.Extensions.Logging.ILogger`1
name: ILogger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Application.Services.DisplayService
name: DisplayService
href: adas_core.Application.Services.DisplayService.html
- name: )
- uid: Microsoft.AspNetCore.Http.IHttpContextAccessor
commentId: T:Microsoft.AspNetCore.Http.IHttpContextAccessor
parent: Microsoft.AspNetCore.Http
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.http.ihttpcontextaccessor
name: IHttpContextAccessor
nameWithType: IHttpContextAccessor
fullName: Microsoft.AspNetCore.Http.IHttpContextAccessor
- uid: adas_core.Application.Services.Interfaces.ILocalAuditService
commentId: T:adas_core.Application.Services.Interfaces.ILocalAuditService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.ILocalAuditService.html
name: ILocalAuditService
nameWithType: ILocalAuditService
fullName: adas_core.Application.Services.Interfaces.ILocalAuditService
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService}
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IPermissionService}
parent: System
definition: System.Lazy`1
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
name: Lazy<IPermissionService>
nameWithType: Lazy<IPermissionService>
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IPermissionService>
nameWithType.vb: Lazy(Of IPermissionService)
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IPermissionService)
name.vb: Lazy(Of IPermissionService)
spec.csharp:
- uid: System.Lazy`1
name: Lazy
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
- name: <
- uid: adas_core.Application.Services.Interfaces.IPermissionService
name: IPermissionService
href: adas_core.Application.Services.Interfaces.IPermissionService.html
- name: '>'
spec.vb:
- uid: System.Lazy`1
name: Lazy
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Application.Services.Interfaces.IPermissionService
name: IPermissionService
href: adas_core.Application.Services.Interfaces.IPermissionService.html
- name: )
- uid: adas_core.Application.Services.Interfaces.ICacheService
commentId: T:adas_core.Application.Services.Interfaces.ICacheService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.ICacheService.html
name: ICacheService
nameWithType: ICacheService
fullName: adas_core.Application.Services.Interfaces.ICacheService
- uid: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings}
commentId: T:Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings}
parent: Microsoft.Extensions.Options
definition: Microsoft.Extensions.Options.IOptions`1
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
name: IOptions<CacheSettings>
nameWithType: IOptions<CacheSettings>
fullName: Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.CacheSettings>
nameWithType.vb: IOptions(Of CacheSettings)
fullName.vb: Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.CacheSettings)
name.vb: IOptions(Of CacheSettings)
spec.csharp:
- uid: Microsoft.Extensions.Options.IOptions`1
name: IOptions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
- name: <
- uid: adas_core.Domain.Models.AppSettings.CacheSettings
name: CacheSettings
- name: '>'
spec.vb:
- uid: Microsoft.Extensions.Options.IOptions`1
name: IOptions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Domain.Models.AppSettings.CacheSettings
name: CacheSettings
- name: )
- uid: adas_core.Application.Repositories.Interfaces
commentId: N:adas_core.Application.Repositories.Interfaces
href: adas_core.html
name: adas_core.Application.Repositories.Interfaces
nameWithType: adas_core.Application.Repositories.Interfaces
fullName: adas_core.Application.Repositories.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.Repositories
name: Repositories
href: adas_core.Application.Repositories.html
- name: .
- uid: adas_core.Application.Repositories.Interfaces
name: Interfaces
href: adas_core.Application.Repositories.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.Repositories
name: Repositories
href: adas_core.Application.Repositories.html
- name: .
- uid: adas_core.Application.Repositories.Interfaces
name: Interfaces
href: adas_core.Application.Repositories.Interfaces.html
- uid: System.Lazy`1
commentId: T:System.Lazy`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
name: Lazy<T>
nameWithType: Lazy<T>
fullName: System.Lazy<T>
nameWithType.vb: Lazy(Of T)
fullName.vb: System.Lazy(Of T)
name.vb: Lazy(Of T)
spec.csharp:
- uid: System.Lazy`1
name: Lazy
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Lazy`1
name: Lazy
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: Microsoft.Extensions.Logging.ILogger`1
commentId: T:Microsoft.Extensions.Logging.ILogger`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
name: ILogger<TCategoryName>
nameWithType: ILogger<TCategoryName>
fullName: Microsoft.Extensions.Logging.ILogger<TCategoryName>
nameWithType.vb: ILogger(Of TCategoryName)
fullName.vb: Microsoft.Extensions.Logging.ILogger(Of TCategoryName)
name.vb: ILogger(Of TCategoryName)
spec.csharp:
- uid: Microsoft.Extensions.Logging.ILogger`1
name: ILogger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
- name: <
- name: TCategoryName
- name: '>'
spec.vb:
- uid: Microsoft.Extensions.Logging.ILogger`1
name: ILogger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
- name: (
- name: Of
- name: " "
- name: TCategoryName
- name: )
- uid: Microsoft.Extensions.Logging
commentId: N:Microsoft.Extensions.Logging
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
name: Microsoft.Extensions.Logging
nameWithType: Microsoft.Extensions.Logging
fullName: Microsoft.Extensions.Logging
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
- name: .
- uid: Microsoft.Extensions
name: Extensions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
- name: .
- uid: Microsoft.Extensions.Logging
name: Logging
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
- name: .
- uid: Microsoft.Extensions
name: Extensions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
- name: .
- uid: Microsoft.Extensions.Logging
name: Logging
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging
- uid: Microsoft.AspNetCore.Http
commentId: N:Microsoft.AspNetCore.Http
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
name: Microsoft.AspNetCore.Http
nameWithType: Microsoft.AspNetCore.Http
fullName: Microsoft.AspNetCore.Http
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
- name: .
- uid: Microsoft.AspNetCore
name: AspNetCore
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore
- name: .
- uid: Microsoft.AspNetCore.Http
name: Http
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.http
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
- name: .
- uid: Microsoft.AspNetCore
name: AspNetCore
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore
- name: .
- uid: Microsoft.AspNetCore.Http
name: Http
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.http
- uid: Microsoft.Extensions.Options.IOptions`1
commentId: T:Microsoft.Extensions.Options.IOptions`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
name: IOptions<TOptions>
nameWithType: IOptions<TOptions>
fullName: Microsoft.Extensions.Options.IOptions<TOptions>
nameWithType.vb: IOptions(Of TOptions)
fullName.vb: Microsoft.Extensions.Options.IOptions(Of TOptions)
name.vb: IOptions(Of TOptions)
spec.csharp:
- uid: Microsoft.Extensions.Options.IOptions`1
name: IOptions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
- name: <
- name: TOptions
- name: '>'
spec.vb:
- uid: Microsoft.Extensions.Options.IOptions`1
name: IOptions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
- name: (
- name: Of
- name: " "
- name: TOptions
- name: )
- uid: Microsoft.Extensions.Options
commentId: N:Microsoft.Extensions.Options
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
name: Microsoft.Extensions.Options
nameWithType: Microsoft.Extensions.Options
fullName: Microsoft.Extensions.Options
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
- name: .
- uid: Microsoft.Extensions
name: Extensions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
- name: .
- uid: Microsoft.Extensions.Options
name: Options
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft
- name: .
- uid: Microsoft.Extensions
name: Extensions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
- name: .
- uid: Microsoft.Extensions.Options
name: Options
isExternal: true
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options
- uid: adas_core.Domain.Models.MongoModels.Display
commentId: T:adas_core.Domain.Models.MongoModels.Display
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.Display.html
name: Display
nameWithType: Display
fullName: adas_core.Domain.Models.MongoModels.Display
- uid: adas_core.Application.Exceptions.NotFoundException
commentId: T:adas_core.Application.Exceptions.NotFoundException
href: adas_core.Application.Exceptions.NotFoundException.html
name: NotFoundException
nameWithType: NotFoundException
fullName: adas_core.Application.Exceptions.NotFoundException
- uid: adas_core.Application.Services.DisplayService.InsertOne*
commentId: Overload:adas_core.Application.Services.DisplayService.InsertOne
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_InsertOne_adas_core_Domain_Models_MongoModels_Display_
name: InsertOne
nameWithType: DisplayService.InsertOne
fullName: adas_core.Application.Services.DisplayService.InsertOne
- uid: adas_core.Application.Services.Interfaces.IDisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_InsertOne_adas_core_Domain_Models_MongoModels_Display_
name: InsertOne(Display)
nameWithType: IDisplayService.InsertOne(Display)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
name: InsertOne
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_InsertOne_adas_core_Domain_Models_MongoModels_Display_
- name: (
- uid: adas_core.Domain.Models.MongoModels.Display
name: Display
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.InsertOne(adas_core.Domain.Models.MongoModels.Display)
name: InsertOne
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_InsertOne_adas_core_Domain_Models_MongoModels_Display_
- name: (
- uid: adas_core.Domain.Models.MongoModels.Display
name: Display
- name: )
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Display}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<Display>
nameWithType: Task<Display>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.MongoModels.Display>
nameWithType.vb: Task(Of Display)
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.Display)
name.vb: Task(Of Display)
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.Display
name: Display
- 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.Display
name: Display
- 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<TResult>
nameWithType: Task<TResult>
fullName: System.Threading.Tasks.Task<TResult>
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.Application.Services.DisplayService.InsertOneTest*
commentId: Overload:adas_core.Application.Services.DisplayService.InsertOneTest
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_InsertOneTest
name: InsertOneTest
nameWithType: DisplayService.InsertOneTest
fullName: adas_core.Application.Services.DisplayService.InsertOneTest
- uid: adas_core.Application.Services.Interfaces.IDisplayService.InsertOneTest
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.InsertOneTest
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_InsertOneTest
name: InsertOneTest()
nameWithType: IDisplayService.InsertOneTest()
fullName: adas_core.Application.Services.Interfaces.IDisplayService.InsertOneTest()
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.InsertOneTest
name: InsertOneTest
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_InsertOneTest
- name: (
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.InsertOneTest
name: InsertOneTest
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_InsertOneTest
- name: (
- name: )
- uid: adas_core.Domain.Models.DTO.Display.DisplayMinimalDto
commentId: T:adas_core.Domain.Models.DTO.Display.DisplayMinimalDto
href: adas_core.Domain.Models.DTO.Display.DisplayMinimalDto.html
name: DisplayMinimalDto
nameWithType: DisplayMinimalDto
fullName: adas_core.Domain.Models.DTO.Display.DisplayMinimalDto
- uid: adas_core.Application.Services.DisplayService.GetAllCompact*
commentId: Overload:adas_core.Application.Services.DisplayService.GetAllCompact
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetAllCompact
name: GetAllCompact
nameWithType: DisplayService.GetAllCompact
fullName: adas_core.Application.Services.DisplayService.GetAllCompact
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllCompact
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetAllCompact
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllCompact
name: GetAllCompact()
nameWithType: IDisplayService.GetAllCompact()
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetAllCompact()
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllCompact
name: GetAllCompact
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllCompact
- name: (
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllCompact
name: GetAllCompact
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllCompact
- name: (
- name: )
- uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayMinimalDto}}
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayMinimalDto}}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<List<DisplayMinimalDto>>
nameWithType: Task<List<DisplayMinimalDto>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.DTO.Display.DisplayMinimalDto>>
nameWithType.vb: Task(Of List(Of DisplayMinimalDto))
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.DTO.Display.DisplayMinimalDto))
name.vb: Task(Of List(Of DisplayMinimalDto))
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.DisplayMinimalDto
name: DisplayMinimalDto
- 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.DisplayMinimalDto
name: DisplayMinimalDto
- name: )
- name: )
- uid: System.NotImplementedException
commentId: T:System.NotImplementedException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.notimplementedexception
name: NotImplementedException
nameWithType: NotImplementedException
fullName: System.NotImplementedException
- uid: adas_core.Application.Services.DisplayService.GetAll*
commentId: Overload:adas_core.Application.Services.DisplayService.GetAll
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetAll_System_String_
name: GetAll
nameWithType: DisplayService.GetAll
fullName: adas_core.Application.Services.DisplayService.GetAll
- 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: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Display}}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<List<Display>>
nameWithType: Task<List<Display>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Display>>
nameWithType.vb: Task(Of List(Of Display))
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Display))
name.vb: Task(Of List(Of Display))
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.Display
name: Display
- 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.Display
name: Display
- name: )
- name: )
- uid: adas_core.Application.Services.DisplayService.GetPaginatedDisplays*
commentId: Overload:adas_core.Application.Services.DisplayService.GetPaginatedDisplays
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetPaginatedDisplays_adas_core_Domain_Models_Filter_PaginationFilter_
name: GetPaginatedDisplays
nameWithType: DisplayService.GetPaginatedDisplays
fullName: adas_core.Application.Services.DisplayService.GetPaginatedDisplays
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetPaginatedDisplays_adas_core_Domain_Models_Filter_PaginationFilter_
name: GetPaginatedDisplays(PaginationFilter)
nameWithType: IDisplayService.GetPaginatedDisplays(PaginationFilter)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
name: GetPaginatedDisplays
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetPaginatedDisplays_adas_core_Domain_Models_Filter_PaginationFilter_
- name: (
- uid: adas_core.Domain.Models.Filter.PaginationFilter
name: PaginationFilter
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetPaginatedDisplays(adas_core.Domain.Models.Filter.PaginationFilter)
name: GetPaginatedDisplays
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetPaginatedDisplays_adas_core_Domain_Models_Filter_PaginationFilter_
- name: (
- uid: adas_core.Domain.Models.Filter.PaginationFilter
name: PaginationFilter
- name: )
- 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.MongoModels.Display}}
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.Display}}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<PaginationResponse<Display>>
nameWithType: Task<PaginationResponse<Display>>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.Responses.PaginationResponse<adas_core.Domain.Models.MongoModels.Display>>
nameWithType.vb: Task(Of PaginationResponse(Of Display))
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.MongoModels.Display))
name.vb: Task(Of PaginationResponse(Of Display))
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.MongoModels.Display
name: Display
- 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.MongoModels.Display
name: Display
- 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.Domain.Models.DTO.Display.DisplayWithPermissionsDto
commentId: T:adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto
href: adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto.html
name: DisplayWithPermissionsDto
nameWithType: DisplayWithPermissionsDto
fullName: adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto
- uid: adas_core.Application.Exceptions.ForbbidenException
commentId: T:adas_core.Application.Exceptions.ForbbidenException
href: adas_core.Application.Exceptions.ForbbidenException.html
name: ForbbidenException
nameWithType: ForbbidenException
fullName: adas_core.Application.Exceptions.ForbbidenException
- uid: adas_core.Application.Services.DisplayService.GetAllByUser*
commentId: Overload:adas_core.Application.Services.DisplayService.GetAllByUser
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetAllByUser_System_String_
name: GetAllByUser
nameWithType: DisplayService.GetAllByUser
fullName: adas_core.Application.Services.DisplayService.GetAllByUser
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(System.String)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(System.String)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllByUser_System_String_
name: GetAllByUser(string)
nameWithType: IDisplayService.GetAllByUser(string)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(string)
nameWithType.vb: IDisplayService.GetAllByUser(String)
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(String)
name.vb: GetAllByUser(String)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(System.String)
name: GetAllByUser
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllByUser_System_String_
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllByUser(System.String)
name: GetAllByUser
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllByUser_System_String_
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto}}
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto}}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<List<DisplayWithPermissionsDto>>
nameWithType: Task<List<DisplayWithPermissionsDto>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto>>
nameWithType.vb: Task(Of List(Of DisplayWithPermissionsDto))
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto))
name.vb: Task(Of List(Of DisplayWithPermissionsDto))
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.DisplayWithPermissionsDto
name: DisplayWithPermissionsDto
- 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.DisplayWithPermissionsDto
name: DisplayWithPermissionsDto
- name: )
- name: )
- uid: adas_core.Application.Services.DisplayService.GetByType*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByType
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByType_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_
name: GetByType
nameWithType: DisplayService.GetByType
fullName: adas_core.Application.Services.DisplayService.GetByType
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByType_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_
name: GetByType(DisplayType)
nameWithType: IDisplayService.GetByType(DisplayConfigEnums.DisplayType)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
name: GetByType
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByType_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_
- name: (
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
name: DisplayType
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
name: GetByType
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByType_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_
- name: (
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
name: DisplayType
- name: )
- 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.DisplayService.GetByPointOfCare*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByPointOfCare
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByPointOfCare_adas_core_Domain_Models_MongoModels_PointOfCare_
name: GetByPointOfCare
nameWithType: DisplayService.GetByPointOfCare
fullName: adas_core.Application.Services.DisplayService.GetByPointOfCare
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByPointOfCare_adas_core_Domain_Models_MongoModels_PointOfCare_
name: GetByPointOfCare(PointOfCare)
nameWithType: IDisplayService.GetByPointOfCare(PointOfCare)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
name: GetByPointOfCare
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByPointOfCare_adas_core_Domain_Models_MongoModels_PointOfCare_
- name: (
- uid: adas_core.Domain.Models.MongoModels.PointOfCare
name: PointOfCare
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare)
name: GetByPointOfCare
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByPointOfCare_adas_core_Domain_Models_MongoModels_PointOfCare_
- name: (
- uid: adas_core.Domain.Models.MongoModels.PointOfCare
name: PointOfCare
- name: )
- uid: adas_core.Domain.Models.MongoModels.PointOfCare
commentId: T:adas_core.Domain.Models.MongoModels.PointOfCare
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.PointOfCare.html
name: PointOfCare
nameWithType: PointOfCare
fullName: adas_core.Domain.Models.MongoModels.PointOfCare
- uid: adas_core.Application.Services.DisplayService.GetByConfigId*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByConfigId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByConfigId_MongoDB_Bson_ObjectId_
name: GetByConfigId
nameWithType: DisplayService.GetByConfigId
fullName: adas_core.Application.Services.DisplayService.GetByConfigId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByConfigId_MongoDB_Bson_ObjectId_
name: GetByConfigId(ObjectId)
nameWithType: IDisplayService.GetByConfigId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
name: GetByConfigId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByConfigId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByConfigId(MongoDB.Bson.ObjectId)
name: GetByConfigId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByConfigId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: MongoDB.Bson.ObjectId
commentId: T:MongoDB.Bson.ObjectId
parent: MongoDB.Bson
isExternal: true
name: ObjectId
nameWithType: ObjectId
fullName: MongoDB.Bson.ObjectId
- 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: adas_core.Application.Services.DisplayService.GetByCardConfigId*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByCardConfigId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByCardConfigId_MongoDB_Bson_ObjectId_
name: GetByCardConfigId
nameWithType: DisplayService.GetByCardConfigId
fullName: adas_core.Application.Services.DisplayService.GetByCardConfigId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByCardConfigId_MongoDB_Bson_ObjectId_
name: GetByCardConfigId(ObjectId)
nameWithType: IDisplayService.GetByCardConfigId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
name: GetByCardConfigId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByCardConfigId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByCardConfigId(MongoDB.Bson.ObjectId)
name: GetByCardConfigId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByCardConfigId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Application.Services.DisplayService.GetByName*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByName
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByName_System_String_
name: GetByName
nameWithType: DisplayService.GetByName
fullName: adas_core.Application.Services.DisplayService.GetByName
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByName(System.String)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByName(System.String)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByName_System_String_
name: GetByName(string)
nameWithType: IDisplayService.GetByName(string)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByName(string)
nameWithType.vb: IDisplayService.GetByName(String)
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.GetByName(String)
name.vb: GetByName(String)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByName(System.String)
name: GetByName
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByName_System_String_
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByName(System.String)
name: GetByName
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByName_System_String_
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: adas_core.Application.Services.DisplayService.GetById*
commentId: Overload:adas_core.Application.Services.DisplayService.GetById
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetById_MongoDB_Bson_ObjectId_
name: GetById
nameWithType: DisplayService.GetById
fullName: adas_core.Application.Services.DisplayService.GetById
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetById(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetById(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetById_MongoDB_Bson_ObjectId_
name: GetById(ObjectId)
nameWithType: IDisplayService.GetById(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetById(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetById(MongoDB.Bson.ObjectId)
name: GetById
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetById_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetById(MongoDB.Bson.ObjectId)
name: GetById
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetById_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Application.Services.DisplayService.GetByIdWithPermissions*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByIdWithPermissions
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByIdWithPermissions_MongoDB_Bson_ObjectId_adas_core_Domain_Models_Masters_LocaleEnum_
name: GetByIdWithPermissions
nameWithType: DisplayService.GetByIdWithPermissions
fullName: adas_core.Application.Services.DisplayService.GetByIdWithPermissions
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByIdWithPermissions_MongoDB_Bson_ObjectId_adas_core_Domain_Models_Masters_LocaleEnum_
name: GetByIdWithPermissions(ObjectId, LocaleEnum)
nameWithType: IDisplayService.GetByIdWithPermissions(ObjectId, LocaleEnum)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId, adas_core.Domain.Models.Masters.LocaleEnum)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
name: GetByIdWithPermissions
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByIdWithPermissions_MongoDB_Bson_ObjectId_adas_core_Domain_Models_Masters_LocaleEnum_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByIdWithPermissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
name: GetByIdWithPermissions
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByIdWithPermissions_MongoDB_Bson_ObjectId_adas_core_Domain_Models_Masters_LocaleEnum_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
- name: )
- uid: adas_core.Domain.Models.Masters.LocaleEnum
commentId: T:adas_core.Domain.Models.Masters.LocaleEnum
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.LocaleEnum.html
name: LocaleEnum
nameWithType: LocaleEnum
fullName: adas_core.Domain.Models.Masters.LocaleEnum
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto}
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<DisplayWithPermissionsDto>
nameWithType: Task<DisplayWithPermissionsDto>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto>
nameWithType.vb: Task(Of DisplayWithPermissionsDto)
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.DTO.Display.DisplayWithPermissionsDto)
name.vb: Task(Of DisplayWithPermissionsDto)
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.DTO.Display.DisplayWithPermissionsDto
name: DisplayWithPermissionsDto
- 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.DTO.Display.DisplayWithPermissionsDto
name: DisplayWithPermissionsDto
- name: )
- uid: adas_core.Domain.Models.Masters
commentId: N:adas_core.Domain.Models.Masters
href: adas_core.html
name: adas_core.Domain.Models.Masters
nameWithType: adas_core.Domain.Models.Masters
fullName: adas_core.Domain.Models.Masters
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.Masters
name: Masters
href: adas_core.Domain.Models.Masters.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.Masters
name: Masters
href: adas_core.Domain.Models.Masters.html
- uid: adas_core.Application.Services.DisplayService.CountDisplaysByUnitId*
commentId: Overload:adas_core.Application.Services.DisplayService.CountDisplaysByUnitId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_CountDisplaysByUnitId_MongoDB_Bson_ObjectId_
name: CountDisplaysByUnitId
nameWithType: DisplayService.CountDisplaysByUnitId
fullName: adas_core.Application.Services.DisplayService.CountDisplaysByUnitId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_CountDisplaysByUnitId_MongoDB_Bson_ObjectId_
name: CountDisplaysByUnitId(ObjectId)
nameWithType: IDisplayService.CountDisplaysByUnitId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
name: CountDisplaysByUnitId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_CountDisplaysByUnitId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.CountDisplaysByUnitId(MongoDB.Bson.ObjectId)
name: CountDisplaysByUnitId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_CountDisplaysByUnitId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: System.Threading.Tasks.Task{System.Int64}
commentId: T:System.Threading.Tasks.Task{System.Int64}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<long>
nameWithType: Task<long>
fullName: System.Threading.Tasks.Task<long>
nameWithType.vb: Task(Of Long)
fullName.vb: System.Threading.Tasks.Task(Of Long)
name.vb: Task(Of Long)
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.Int64
name: long
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int64
- 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.Int64
name: Long
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int64
- name: )
- uid: adas_core.Application.Services.DisplayService.GetInfo*
commentId: Overload:adas_core.Application.Services.DisplayService.GetInfo
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetInfo_MongoDB_Bson_ObjectId_System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__System_Nullable_adas_core_Domain_Models_Masters_LocaleEnum__System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Threading_CancellationToken_
name: GetInfo
nameWithType: DisplayService.GetInfo
fullName: adas_core.Application.Services.DisplayService.GetInfo
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetInfo_MongoDB_Bson_ObjectId_System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__System_Nullable_adas_core_Domain_Models_Masters_LocaleEnum__System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Threading_CancellationToken_
name: GetInfo(ObjectId, string, List<Authorization>, LocaleEnum?, bool, bool, bool, bool, CancellationToken)
nameWithType: IDisplayService.GetInfo(ObjectId, string, List<Authorization>, LocaleEnum?, bool, bool, bool, bool, CancellationToken)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId, string, System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Authorization>, adas_core.Domain.Models.Masters.LocaleEnum?, bool, bool, bool, bool, System.Threading.CancellationToken)
nameWithType.vb: IDisplayService.GetInfo(ObjectId, String, List(Of Authorization), LocaleEnum?, Boolean, Boolean, Boolean, Boolean, CancellationToken)
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId, String, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Authorization), adas_core.Domain.Models.Masters.LocaleEnum?, Boolean, Boolean, Boolean, Boolean, System.Threading.CancellationToken)
name.vb: GetInfo(ObjectId, String, List(Of Authorization), LocaleEnum?, Boolean, Boolean, Boolean, Boolean, CancellationToken)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
name: GetInfo
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetInfo_MongoDB_Bson_ObjectId_System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__System_Nullable_adas_core_Domain_Models_Masters_LocaleEnum__System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Threading_CancellationToken_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- 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.Authorization
name: Authorization
- name: '>'
- name: ','
- name: " "
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
- name: '?'
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Threading.CancellationToken
name: CancellationToken
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetInfo(MongoDB.Bson.ObjectId,System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization},System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Threading.CancellationToken)
name: GetInfo
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetInfo_MongoDB_Bson_ObjectId_System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__System_Nullable_adas_core_Domain_Models_Masters_LocaleEnum__System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Threading_CancellationToken_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- 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.Authorization
name: Authorization
- name: )
- name: ','
- name: " "
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
- name: '?'
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Threading.CancellationToken
name: CancellationToken
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Authorization>
nameWithType: List<Authorization>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Authorization>
nameWithType.vb: List(Of Authorization)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Authorization)
name.vb: List(Of Authorization)
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.Authorization
name: Authorization
href: adas_core.Domain.Models.MongoModels.Authorization.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.Authorization
name: Authorization
href: adas_core.Domain.Models.MongoModels.Authorization.html
- name: )
- uid: System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum}
commentId: T:System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum}
parent: System
definition: System.Nullable`1
href: adas_core.Domain.Models.Masters.LocaleEnum.html
name: LocaleEnum?
nameWithType: LocaleEnum?
fullName: adas_core.Domain.Models.Masters.LocaleEnum?
spec.csharp:
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
href: adas_core.Domain.Models.Masters.LocaleEnum.html
- name: '?'
spec.vb:
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
href: adas_core.Domain.Models.Masters.LocaleEnum.html
- name: '?'
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: System.Threading.CancellationToken
commentId: T:System.Threading.CancellationToken
parent: System.Threading
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken
name: CancellationToken
nameWithType: CancellationToken
fullName: System.Threading.CancellationToken
- 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<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
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: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
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.Threading
commentId: N:System.Threading
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Threading
nameWithType: System.Threading
fullName: System.Threading
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
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
- uid: adas_core.Domain.Models.MongoModels.MinimalDisplaySection
commentId: T:adas_core.Domain.Models.MongoModels.MinimalDisplaySection
href: adas_core.Domain.Models.MongoModels.MinimalDisplaySection.html
name: MinimalDisplaySection
nameWithType: MinimalDisplaySection
fullName: adas_core.Domain.Models.MongoModels.MinimalDisplaySection
- uid: adas_core.Application.Services.DisplayService.GetDisplaySectionByUser*
commentId: Overload:adas_core.Application.Services.DisplayService.GetDisplaySectionByUser
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetDisplaySectionByUser_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_System_Nullable_MongoDB_Bson_ObjectId__System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__
name: GetDisplaySectionByUser
nameWithType: DisplayService.GetDisplaySectionByUser
fullName: adas_core.Application.Services.DisplayService.GetDisplaySectionByUser
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetDisplaySectionByUser_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_System_Nullable_MongoDB_Bson_ObjectId__System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__
name: GetDisplaySectionByUser(DisplayType, ObjectId?, string, List<Authorization>)
nameWithType: IDisplayService.GetDisplaySectionByUser(DisplayConfigEnums.DisplayType, ObjectId?, string, List<Authorization>)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType, MongoDB.Bson.ObjectId?, string, System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Authorization>)
nameWithType.vb: IDisplayService.GetDisplaySectionByUser(DisplayConfigEnums.DisplayType, ObjectId?, String, List(Of Authorization))
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType, MongoDB.Bson.ObjectId?, String, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Authorization))
name.vb: GetDisplaySectionByUser(DisplayType, ObjectId?, String, List(Of Authorization))
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
name: GetDisplaySectionByUser
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetDisplaySectionByUser_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_System_Nullable_MongoDB_Bson_ObjectId__System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__
- name: (
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
name: DisplayType
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '?'
- name: ','
- name: " "
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- 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.Authorization
name: Authorization
- name: '>'
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplaySectionByUser(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType,System.Nullable{MongoDB.Bson.ObjectId},System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Authorization})
name: GetDisplaySectionByUser
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetDisplaySectionByUser_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_System_Nullable_MongoDB_Bson_ObjectId__System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_Authorization__
- name: (
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
name: DisplayType
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '?'
- name: ','
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- 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.Authorization
name: Authorization
- name: )
- name: )
- 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.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.MinimalDisplaySection}}
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.MinimalDisplaySection}}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<List<MinimalDisplaySection>>
nameWithType: Task<List<MinimalDisplaySection>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.MinimalDisplaySection>>
nameWithType.vb: Task(Of List(Of MinimalDisplaySection))
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.MinimalDisplaySection))
name.vb: Task(Of List(Of MinimalDisplaySection))
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.MinimalDisplaySection
name: MinimalDisplaySection
- 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.MinimalDisplaySection
name: MinimalDisplaySection
- name: )
- name: )
- uid: adas_core.Application.Services.DisplayService.GetAllDisplaySection*
commentId: Overload:adas_core.Application.Services.DisplayService.GetAllDisplaySection
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetAllDisplaySection
name: GetAllDisplaySection
nameWithType: DisplayService.GetAllDisplaySection
fullName: adas_core.Application.Services.DisplayService.GetAllDisplaySection
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllDisplaySection
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetAllDisplaySection
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllDisplaySection
name: GetAllDisplaySection()
nameWithType: IDisplayService.GetAllDisplaySection()
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetAllDisplaySection()
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllDisplaySection
name: GetAllDisplaySection
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllDisplaySection
- name: (
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllDisplaySection
name: GetAllDisplaySection
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllDisplaySection
- name: (
- name: )
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.Display.MinimalDisplayListDto}
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.Display.MinimalDisplayListDto}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<MinimalDisplayListDto>
nameWithType: Task<MinimalDisplayListDto>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.DTO.Display.MinimalDisplayListDto>
nameWithType.vb: Task(Of MinimalDisplayListDto)
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.DTO.Display.MinimalDisplayListDto)
name.vb: Task(Of MinimalDisplayListDto)
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.DTO.Display.MinimalDisplayListDto
name: MinimalDisplayListDto
- 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.DTO.Display.MinimalDisplayListDto
name: MinimalDisplayListDto
- name: )
- uid: adas_core.Application.Services.DisplayService.GetByUnitId*
commentId: Overload:adas_core.Application.Services.DisplayService.GetByUnitId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetByUnitId_MongoDB_Bson_ObjectId_
name: GetByUnitId
nameWithType: DisplayService.GetByUnitId
fullName: adas_core.Application.Services.DisplayService.GetByUnitId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByUnitId_MongoDB_Bson_ObjectId_
name: GetByUnitId(ObjectId)
nameWithType: IDisplayService.GetByUnitId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
name: GetByUnitId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByUnitId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetByUnitId(MongoDB.Bson.ObjectId)
name: GetByUnitId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetByUnitId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Domain.Models.DTO.PocAndUnitDto
commentId: T:adas_core.Domain.Models.DTO.PocAndUnitDto
href: adas_core.Domain.Models.DTO.PocAndUnitDto.html
name: PocAndUnitDto
nameWithType: PocAndUnitDto
fullName: adas_core.Domain.Models.DTO.PocAndUnitDto
- uid: adas_core.Application.Services.DisplayService.GetAllAvailablePoc*
commentId: Overload:adas_core.Application.Services.DisplayService.GetAllAvailablePoc
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetAllAvailablePoc_System_Collections_Generic_List_System_String__System_Boolean_
name: GetAllAvailablePoc
nameWithType: DisplayService.GetAllAvailablePoc
fullName: adas_core.Application.Services.DisplayService.GetAllAvailablePoc
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllAvailablePoc_System_Collections_Generic_List_System_String__System_Boolean_
name: GetAllAvailablePoc(List<string>, bool)
nameWithType: IDisplayService.GetAllAvailablePoc(List<string>, bool)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List<string>, bool)
nameWithType.vb: IDisplayService.GetAllAvailablePoc(List(Of String), Boolean)
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List(Of String), Boolean)
name.vb: GetAllAvailablePoc(List(Of String), Boolean)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
name: GetAllAvailablePoc
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllAvailablePoc_System_Collections_Generic_List_System_String__System_Boolean_
- 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: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllAvailablePoc(System.Collections.Generic.List{System.String},System.Boolean)
name: GetAllAvailablePoc
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllAvailablePoc_System_Collections_Generic_List_System_String__System_Boolean_
- 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: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: System.Collections.Generic.List{System.String}
commentId: T:System.Collections.Generic.List{System.String}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<string>
nameWithType: List<string>
fullName: System.Collections.Generic.List<string>
nameWithType.vb: List(Of String)
fullName.vb: System.Collections.Generic.List(Of String)
name.vb: List(Of String)
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: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- 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: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.PocAndUnitDto}
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.PocAndUnitDto}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<PocAndUnitDto>
nameWithType: Task<PocAndUnitDto>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.DTO.PocAndUnitDto>
nameWithType.vb: Task(Of PocAndUnitDto)
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.DTO.PocAndUnitDto)
name.vb: Task(Of PocAndUnitDto)
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.DTO.PocAndUnitDto
name: PocAndUnitDto
- 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.DTO.PocAndUnitDto
name: PocAndUnitDto
- name: )
- uid: adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId*
commentId: Overload:adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetAllPocsByDisplayId_MongoDB_Bson_ObjectId_
name: GetAllPocsByDisplayId
nameWithType: DisplayService.GetAllPocsByDisplayId
fullName: adas_core.Application.Services.DisplayService.GetAllPocsByDisplayId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllPocsByDisplayId_MongoDB_Bson_ObjectId_
name: GetAllPocsByDisplayId(ObjectId)
nameWithType: IDisplayService.GetAllPocsByDisplayId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
name: GetAllPocsByDisplayId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllPocsByDisplayId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetAllPocsByDisplayId(MongoDB.Bson.ObjectId)
name: GetAllPocsByDisplayId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetAllPocsByDisplayId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}}
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<List<PointOfCare>>
nameWithType: Task<List<PointOfCare>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.PointOfCare>>
nameWithType.vb: Task(Of List(Of PointOfCare))
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.PointOfCare))
name.vb: Task(Of List(Of PointOfCare))
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.PointOfCare
name: PointOfCare
- 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.PointOfCare
name: PointOfCare
- name: )
- name: )
- uid: adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto
commentId: T:adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto
href: adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto.html
name: DisplayConfigLocationDto
nameWithType: DisplayConfigLocationDto
fullName: adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto
- uid: adas_core.Application.Services.DisplayService.GetDisplayConfigLocations*
commentId: Overload:adas_core.Application.Services.DisplayService.GetDisplayConfigLocations
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_GetDisplayConfigLocations_MongoDB_Bson_ObjectId_
name: GetDisplayConfigLocations
nameWithType: DisplayService.GetDisplayConfigLocations
fullName: adas_core.Application.Services.DisplayService.GetDisplayConfigLocations
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetDisplayConfigLocations_MongoDB_Bson_ObjectId_
name: GetDisplayConfigLocations(ObjectId)
nameWithType: IDisplayService.GetDisplayConfigLocations(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
name: GetDisplayConfigLocations
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetDisplayConfigLocations_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.GetDisplayConfigLocations(MongoDB.Bson.ObjectId)
name: GetDisplayConfigLocations
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_GetDisplayConfigLocations_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- 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<List<DisplayConfigLocationDto>>
nameWithType: Task<List<DisplayConfigLocationDto>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.DTO.Display.DisplayConfigLocationDto>>
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.Application.Services.DisplayService.IsDisplayConfigInUse*
commentId: Overload:adas_core.Application.Services.DisplayService.IsDisplayConfigInUse
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_IsDisplayConfigInUse_MongoDB_Bson_ObjectId_
name: IsDisplayConfigInUse
nameWithType: DisplayService.IsDisplayConfigInUse
fullName: adas_core.Application.Services.DisplayService.IsDisplayConfigInUse
- uid: adas_core.Application.Services.Interfaces.IDisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_IsDisplayConfigInUse_MongoDB_Bson_ObjectId_
name: IsDisplayConfigInUse(ObjectId)
nameWithType: IDisplayService.IsDisplayConfigInUse(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
name: IsDisplayConfigInUse
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_IsDisplayConfigInUse_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.IsDisplayConfigInUse(MongoDB.Bson.ObjectId)
name: IsDisplayConfigInUse
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_IsDisplayConfigInUse_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- 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<bool>
nameWithType: Task<bool>
fullName: System.Threading.Tasks.Task<bool>
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: adas_core.Application.Exceptions.ConflictException
commentId: T:adas_core.Application.Exceptions.ConflictException
href: adas_core.Application.Exceptions.ConflictException.html
name: ConflictException
nameWithType: ConflictException
fullName: adas_core.Application.Exceptions.ConflictException
- uid: adas_core.Application.Services.DisplayService.UpdatePointOfCareList*
commentId: Overload:adas_core.Application.Services.DisplayService.UpdatePointOfCareList
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_UpdatePointOfCareList_MongoDB_Bson_ObjectId_System_Collections_Generic_List_MongoDB_Bson_ObjectId__
name: UpdatePointOfCareList
nameWithType: DisplayService.UpdatePointOfCareList
fullName: adas_core.Application.Services.DisplayService.UpdatePointOfCareList
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdatePointOfCareList_MongoDB_Bson_ObjectId_System_Collections_Generic_List_MongoDB_Bson_ObjectId__
name: UpdatePointOfCareList(ObjectId, List<ObjectId>)
nameWithType: IDisplayService.UpdatePointOfCareList(ObjectId, List<ObjectId>)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId, System.Collections.Generic.List<MongoDB.Bson.ObjectId>)
nameWithType.vb: IDisplayService.UpdatePointOfCareList(ObjectId, List(Of ObjectId))
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId, System.Collections.Generic.List(Of MongoDB.Bson.ObjectId))
name.vb: UpdatePointOfCareList(ObjectId, List(Of ObjectId))
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
name: UpdatePointOfCareList
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdatePointOfCareList_MongoDB_Bson_ObjectId_System_Collections_Generic_List_MongoDB_Bson_ObjectId__
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- 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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '>'
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdatePointOfCareList(MongoDB.Bson.ObjectId,System.Collections.Generic.List{MongoDB.Bson.ObjectId})
name: UpdatePointOfCareList
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdatePointOfCareList_MongoDB_Bson_ObjectId_System_Collections_Generic_List_MongoDB_Bson_ObjectId__
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- 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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- name: )
- uid: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
commentId: T:System.Collections.Generic.List{MongoDB.Bson.ObjectId}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<ObjectId>
nameWithType: List<ObjectId>
fullName: System.Collections.Generic.List<MongoDB.Bson.ObjectId>
nameWithType.vb: List(Of ObjectId)
fullName.vb: System.Collections.Generic.List(Of MongoDB.Bson.ObjectId)
name.vb: List(Of ObjectId)
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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- 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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Application.Services.DisplayService.UpdateConfig*
commentId: Overload:adas_core.Application.Services.DisplayService.UpdateConfig
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_UpdateConfig_adas_core_Domain_Models_MongoModels_Display_adas_core_Domain_Models_MongoModels_DisplayConfig_
name: UpdateConfig
nameWithType: DisplayService.UpdateConfig
fullName: adas_core.Application.Services.DisplayService.UpdateConfig
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
parent: adas_core.Application.Services.Interfaces.IDisplayService
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfig_adas_core_Domain_Models_MongoModels_Display_adas_core_Domain_Models_MongoModels_DisplayConfig_
name: UpdateConfig(Display, DisplayConfig)
nameWithType: IDisplayService.UpdateConfig(Display, DisplayConfig)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display, adas_core.Domain.Models.MongoModels.DisplayConfig)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
name: UpdateConfig
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfig_adas_core_Domain_Models_MongoModels_Display_adas_core_Domain_Models_MongoModels_DisplayConfig_
- name: (
- uid: adas_core.Domain.Models.MongoModels.Display
name: Display
- name: ','
- name: " "
- uid: adas_core.Domain.Models.MongoModels.DisplayConfig
name: DisplayConfig
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfig(adas_core.Domain.Models.MongoModels.Display,adas_core.Domain.Models.MongoModels.DisplayConfig)
name: UpdateConfig
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfig_adas_core_Domain_Models_MongoModels_Display_adas_core_Domain_Models_MongoModels_DisplayConfig_
- name: (
- uid: adas_core.Domain.Models.MongoModels.Display
name: Display
- name: ','
- name: " "
- uid: adas_core.Domain.Models.MongoModels.DisplayConfig
name: DisplayConfig
- name: )
- 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.DisplayService.UpdateConfigId*
commentId: Overload:adas_core.Application.Services.DisplayService.UpdateConfigId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_UpdateConfigId_adas_core_Domain_Models_MongoModels_Display_MongoDB_Bson_ObjectId_
name: UpdateConfigId
nameWithType: DisplayService.UpdateConfigId
fullName: adas_core.Application.Services.DisplayService.UpdateConfigId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfigId_adas_core_Domain_Models_MongoModels_Display_MongoDB_Bson_ObjectId_
name: UpdateConfigId(Display, ObjectId)
nameWithType: IDisplayService.UpdateConfigId(Display, ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display, MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
name: UpdateConfigId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfigId_adas_core_Domain_Models_MongoModels_Display_MongoDB_Bson_ObjectId_
- name: (
- uid: adas_core.Domain.Models.MongoModels.Display
name: Display
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigId(adas_core.Domain.Models.MongoModels.Display,MongoDB.Bson.ObjectId)
name: UpdateConfigId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfigId_adas_core_Domain_Models_MongoModels_Display_MongoDB_Bson_ObjectId_
- name: (
- uid: adas_core.Domain.Models.MongoModels.Display
name: Display
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Application.Exceptions.InvalidFormatException
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
href: adas_core.Application.Exceptions.InvalidFormatException.html
name: InvalidFormatException
nameWithType: InvalidFormatException
fullName: adas_core.Application.Exceptions.InvalidFormatException
- uid: adas_core.Application.Services.DisplayService.UpdateConfigPreset*
commentId: Overload:adas_core.Application.Services.DisplayService.UpdateConfigPreset
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_UpdateConfigPreset_MongoDB_Bson_ObjectId_MongoDB_Bson_ObjectId_
name: UpdateConfigPreset
nameWithType: DisplayService.UpdateConfigPreset
fullName: adas_core.Application.Services.DisplayService.UpdateConfigPreset
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfigPreset_MongoDB_Bson_ObjectId_MongoDB_Bson_ObjectId_
name: UpdateConfigPreset(ObjectId, ObjectId)
nameWithType: IDisplayService.UpdateConfigPreset(ObjectId, ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId, MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
name: UpdateConfigPreset
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfigPreset_MongoDB_Bson_ObjectId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateConfigPreset(MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId)
name: UpdateConfigPreset
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateConfigPreset_MongoDB_Bson_ObjectId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Application.Services.DisplayService.UpdateName*
commentId: Overload:adas_core.Application.Services.DisplayService.UpdateName
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_UpdateName_MongoDB_Bson_ObjectId_System_String_
name: UpdateName
nameWithType: DisplayService.UpdateName
fullName: adas_core.Application.Services.DisplayService.UpdateName
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateName_MongoDB_Bson_ObjectId_System_String_
name: UpdateName(ObjectId, string)
nameWithType: IDisplayService.UpdateName(ObjectId, string)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId, string)
nameWithType.vb: IDisplayService.UpdateName(ObjectId, String)
fullName.vb: adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId, String)
name.vb: UpdateName(ObjectId, String)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
name: UpdateName
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateName_MongoDB_Bson_ObjectId_System_String_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.UpdateName(MongoDB.Bson.ObjectId,System.String)
name: UpdateName
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_UpdateName_MongoDB_Bson_ObjectId_System_String_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: ','
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: adas_core.Application.Services.DisplayService.DeleteDisplay*
commentId: Overload:adas_core.Application.Services.DisplayService.DeleteDisplay
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_DeleteDisplay_MongoDB_Bson_ObjectId_
name: DeleteDisplay
nameWithType: DisplayService.DeleteDisplay
fullName: adas_core.Application.Services.DisplayService.DeleteDisplay
- uid: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_DeleteDisplay_MongoDB_Bson_ObjectId_
name: DeleteDisplay(ObjectId)
nameWithType: IDisplayService.DeleteDisplay(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
name: DeleteDisplay
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_DeleteDisplay_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplay(MongoDB.Bson.ObjectId)
name: DeleteDisplay
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_DeleteDisplay_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId*
commentId: Overload:adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId
href: adas_core.Application.Services.DisplayService.html#adas_core_Application_Services_DisplayService_DeleteDisplaysByUnitId_MongoDB_Bson_ObjectId_
name: DeleteDisplaysByUnitId
nameWithType: DisplayService.DeleteDisplaysByUnitId
fullName: adas_core.Application.Services.DisplayService.DeleteDisplaysByUnitId
- uid: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDisplayService
isExternal: true
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_DeleteDisplaysByUnitId_MongoDB_Bson_ObjectId_
name: DeleteDisplaysByUnitId(ObjectId)
nameWithType: IDisplayService.DeleteDisplaysByUnitId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
name: DeleteDisplaysByUnitId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_DeleteDisplaysByUnitId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.IDisplayService.DeleteDisplaysByUnitId(MongoDB.Bson.ObjectId)
name: DeleteDisplaysByUnitId
href: adas_core.Application.Services.Interfaces.IDisplayService.html#adas_core_Application_Services_Interfaces_IDisplayService_DeleteDisplaysByUnitId_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: System.Threading.Tasks.Task
commentId: T:System.Threading.Tasks.Task
parent: System.Threading.Tasks
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task
name: Task
nameWithType: Task
fullName: System.Threading.Tasks.Task