3860 lines
189 KiB
YAML
3860 lines
189 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Application.Services.ConfigObservationService
|
|
commentId: T:adas_core.Application.Services.ConfigObservationService
|
|
id: ConfigObservationService
|
|
parent: adas_core.Application.Services
|
|
children:
|
|
- adas_core.Application.Services.ConfigObservationService.#ctor(adas_core.Application.Repositories.Interfaces.IConfigObservationRepository,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService},adas_core.Application.Services.Interfaces.IUnitService,Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,adas_core.Application.Services.Interfaces.ICacheService)
|
|
- adas_core.Application.Services.ConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
- adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
- adas_core.Application.Services.ConfigObservationService.Get(System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.GetAllCompact
|
|
- adas_core.Application.Services.ConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
- adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfig(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfigByName(System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfigNames
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfigNames(System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem(System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
- adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.Get``1(``0,System.Boolean)
|
|
- adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
- adas_core.Application.Services.ConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
- adas_core.Application.Services.ConfigObservationService.Map``1(``0,System.Boolean)
|
|
- adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(System.String)
|
|
- adas_core.Application.Services.ConfigObservationService.RetentionActions``1(``0)
|
|
- adas_core.Application.Services.ConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConfigObservationService
|
|
nameWithType: ConfigObservationService
|
|
fullName: adas_core.Application.Services.ConfigObservationService
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ConfigObservationService
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 29
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Provides a concrete implementation of the <xref href="adas_core.Application.Services.Interfaces.IConfigObservationService" data-throw-if-not-resolved="false"></xref> contract for observing configuration state.
|
|
remarks: Acts as the default service type that fulfills the configuration observation interface.
|
|
example: []
|
|
syntax:
|
|
content: 'public class ConfigObservationService : IConfigObservationService'
|
|
content.vb: Public Class ConfigObservationService Implements IConfigObservationService
|
|
inheritance:
|
|
- System.Object
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
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.ConfigObservationService.#ctor(adas_core.Application.Repositories.Interfaces.IConfigObservationRepository,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService},adas_core.Application.Services.Interfaces.IUnitService,Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,adas_core.Application.Services.Interfaces.ICacheService)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.#ctor(adas_core.Application.Repositories.Interfaces.IConfigObservationRepository,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService},adas_core.Application.Services.Interfaces.IUnitService,Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,adas_core.Application.Services.Interfaces.ICacheService)
|
|
id: '#ctor(adas_core.Application.Repositories.Interfaces.IConfigObservationRepository,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService},adas_core.Application.Services.Interfaces.IUnitService,Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService,adas_core.Application.Services.Interfaces.ICacheService)'
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConfigObservationService(IConfigObservationRepository, IOptions<ApiSettings>, IOptions<CacheSettings>, ILogger<ConfigObservationService>, IUnitService, IHttpContextAccessor, ILocalAuditService, ICacheService)
|
|
nameWithType: ConfigObservationService.ConfigObservationService(IConfigObservationRepository, IOptions<ApiSettings>, IOptions<CacheSettings>, ILogger<ConfigObservationService>, IUnitService, IHttpContextAccessor, ILocalAuditService, ICacheService)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.ConfigObservationService(adas_core.Application.Repositories.Interfaces.IConfigObservationRepository, Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.ApiSettings>, Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.CacheSettings>, Microsoft.Extensions.Logging.ILogger<adas_core.Application.Services.ConfigObservationService>, adas_core.Application.Services.Interfaces.IUnitService, Microsoft.AspNetCore.Http.IHttpContextAccessor, adas_core.Application.Services.Interfaces.ILocalAuditService, adas_core.Application.Services.Interfaces.ICacheService)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 52
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
syntax:
|
|
content: public ConfigObservationService(IConfigObservationRepository configObservationRepository, IOptions<ApiSettings> apiSettings, IOptions<CacheSettings> cacheSettings, ILogger<ConfigObservationService> logger, IUnitService unitService, IHttpContextAccessor httpContextAccessor, ILocalAuditService auditService, ICacheService cacheService)
|
|
parameters:
|
|
- id: configObservationRepository
|
|
type: adas_core.Application.Repositories.Interfaces.IConfigObservationRepository
|
|
- id: apiSettings
|
|
type: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings}
|
|
- id: cacheSettings
|
|
type: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.CacheSettings}
|
|
- id: logger
|
|
type: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService}
|
|
- id: unitService
|
|
type: adas_core.Application.Services.Interfaces.IUnitService
|
|
- id: httpContextAccessor
|
|
type: Microsoft.AspNetCore.Http.IHttpContextAccessor
|
|
- id: auditService
|
|
type: adas_core.Application.Services.Interfaces.ILocalAuditService
|
|
- id: cacheService
|
|
type: adas_core.Application.Services.Interfaces.ICacheService
|
|
content.vb: Public Sub New(configObservationRepository As IConfigObservationRepository, apiSettings As IOptions(Of ApiSettings), cacheSettings As IOptions(Of CacheSettings), logger As ILogger(Of ConfigObservationService), unitService As IUnitService, httpContextAccessor As IHttpContextAccessor, auditService As ILocalAuditService, cacheService As ICacheService)
|
|
overload: adas_core.Application.Services.ConfigObservationService.#ctor*
|
|
nameWithType.vb: ConfigObservationService.New(IConfigObservationRepository, IOptions(Of ApiSettings), IOptions(Of CacheSettings), ILogger(Of ConfigObservationService), IUnitService, IHttpContextAccessor, ILocalAuditService, ICacheService)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.New(adas_core.Application.Repositories.Interfaces.IConfigObservationRepository, Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.ApiSettings), Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.CacheSettings), Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.ConfigObservationService), adas_core.Application.Services.Interfaces.IUnitService, Microsoft.AspNetCore.Http.IHttpContextAccessor, adas_core.Application.Services.Interfaces.ILocalAuditService, adas_core.Application.Services.Interfaces.ICacheService)
|
|
name.vb: New(IConfigObservationRepository, IOptions(Of ApiSettings), IOptions(Of CacheSettings), ILogger(Of ConfigObservationService), IUnitService, IHttpContextAccessor, ILocalAuditService, ICacheService)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
id: GetAllConfigs(System.Threading.CancellationToken)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAllConfigs(CancellationToken)
|
|
nameWithType: ConfigObservationService.GetAllConfigs(CancellationToken)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAllConfigs
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 86
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves all configuration observations using a cache-aside strategy. If no cached value exists, the data is fetched from the repository and cached using the key and TTL determined by the cache settings.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ICollection<ConfigObservation>> GetAllConfigs(CancellationToken ct = default)
|
|
parameters:
|
|
- id: ct
|
|
type: System.Threading.CancellationToken
|
|
description: A token to monitor for cancellation requests.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.ICollection{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
description: A collection of all <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> entries, sourced from cache when available or from the repository otherwise.
|
|
content.vb: Public Function GetAllConfigs(ct As CancellationToken = Nothing) As Task(Of ICollection(Of ConfigObservation))
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetAllConfigs*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetAllCompact
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetAllCompact
|
|
id: GetAllCompact
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAllCompact()
|
|
nameWithType: ConfigObservationService.GetAllCompact()
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetAllCompact()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAllCompact
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 105
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves a compact representation of all configuration observations by returning the total item count.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservationDto> GetAllCompact()
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.ConfigObservationDto}
|
|
description: A <xref href="adas_core.Domain.Models.DTO.ConfigObservationDto" data-throw-if-not-resolved="false"></xref> containing the total number of configuration observations.
|
|
content.vb: Public Function GetAllCompact() As Task(Of ConfigObservationDto)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetAllCompact*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
id: GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetPaginatedItems(PaginationFilter)
|
|
nameWithType: ConfigObservationService.GetPaginatedItems(PaginationFilter)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetPaginatedItems
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 116
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves a paginated list of <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> items from the repository along with the total count, used to build pagination metadata for the response.
|
|
example: []
|
|
syntax:
|
|
content: public Task<PaginationResponse<ConfigObservation>> GetPaginatedItems(PaginationFilter filter)
|
|
parameters:
|
|
- id: filter
|
|
type: adas_core.Domain.Models.Filter.PaginationFilter
|
|
description: The pagination filter containing the requested page number and page size used to retrieve the items and populate the response metadata.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
description: A <xref href="adas_core.Domain.Models.Responses.PaginationResponse%601" data-throw-if-not-resolved="false"></xref> containing the items for the requested page and the total count of all available items.
|
|
content.vb: Public Function GetPaginatedItems(filter As PaginationFilter) As Task(Of PaginationResponse(Of ConfigObservation))
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetPaginatedItems*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
id: GetConfigById(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfigById(ObjectId)
|
|
nameWithType: ConfigObservationService.GetConfigById(ObjectId)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfigById
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 131
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Retrieves a configuration observation by its unique identifier from the repository.
|
|
|
|
Returns null if no matching configuration observation is found.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> GetConfigById(ObjectId id)
|
|
parameters:
|
|
- id: id
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the configuration observation to retrieve.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The configuration observation matching the specified identifier, or null if not found.
|
|
content.vb: Public Function GetConfigById(id As ObjectId) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfigById*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigNames(System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfigNames(System.String)
|
|
id: GetConfigNames(System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfigNames(string)
|
|
nameWithType: ConfigObservationService.GetConfigNames(string)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigNames(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfigNames
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 141
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves the list of configuration names associated with the specified identifier by delegating to the configuration observation repository.
|
|
example: []
|
|
syntax:
|
|
content: public Task<List<string>> GetConfigNames(string id)
|
|
parameters:
|
|
- id: id
|
|
type: System.String
|
|
description: The identifier used to look up the related configuration names.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}}
|
|
description: A task that represents the asynchronous operation, containing the list of configuration names matching the given identifier.
|
|
content.vb: Public Function GetConfigNames(id As String) As Task(Of List(Of String))
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfigNames*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String)
|
|
nameWithType.vb: ConfigObservationService.GetConfigNames(String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GetConfigNames(String)
|
|
name.vb: GetConfigNames(String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigNames
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfigNames
|
|
id: GetConfigNames
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfigNames()
|
|
nameWithType: ConfigObservationService.GetConfigNames()
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigNames()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfigNames
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 150
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves the list of configuration names from the configuration observation repository.
|
|
example: []
|
|
syntax:
|
|
content: public Task<List<string>> GetConfigNames()
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}}
|
|
description: A task that represents the asynchronous operation. The task result contains a list of configuration names.
|
|
content.vb: Public Function GetConfigNames() As Task(Of List(Of String))
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfigNames*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames
|
|
- uid: adas_core.Application.Services.ConfigObservationService.RetentionActions``1(``0)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.RetentionActions``1(``0)
|
|
id: RetentionActions``1(``0)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RetentionActions<T>(T)
|
|
nameWithType: ConfigObservationService.RetentionActions<T>(T)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.RetentionActions<T>(T)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: RetentionActions
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 162
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Determines the retention action to apply for a patient observation by resolving its configured retention policy. Falls back to a "NoDelete" retention policy with no value when the observation has no associated configuration or its retention policy is null.
|
|
example: []
|
|
syntax:
|
|
content: 'public Task<ObservatitonRetentionResult?> RetentionActions<T>(T obs) where T : BasePatientObservation'
|
|
parameters:
|
|
- id: obs
|
|
type: '{T}'
|
|
description: The patient observation for which the retention action is being evaluated.
|
|
typeParameters:
|
|
- id: T
|
|
description: The patient observation type, constrained to <xref href="adas_core.Domain.Models.BasePatientObservation" data-throw-if-not-resolved="false"></xref>.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.ObservatitonRetentionResult}
|
|
description: A task containing the resolved <xref href="adas_core.Domain.Models.ObservatitonRetentionResult" data-throw-if-not-resolved="false"></xref>, or null when no configuration is available.
|
|
content.vb: Public Function RetentionActions(Of T As BasePatientObservation)(obs As T) As Task(Of ObservatitonRetentionResult)
|
|
overload: adas_core.Application.Services.ConfigObservationService.RetentionActions*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1({T})
|
|
nameWithType.vb: ConfigObservationService.RetentionActions(Of T)(T)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.RetentionActions(Of T)(T)
|
|
name.vb: RetentionActions(Of T)(T)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
id: GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GroupedObservationStatus(GroupedField, Result, string, object, double?, double?)
|
|
nameWithType: ConfigObservationService.GroupedObservationStatus(GroupedField, GroupedObservationEnum.Result, string, object, double?, double?)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField, adas_core.Domain.Enums.GroupedObservationEnum.Result, string, object, double?, double?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GroupedObservationStatus
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 182
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Resolves the status of a grouped patient observation by retrieving the configuration for the given name and mapping the observation through group-specific, result-specific, or default configuration. Returns <xref href="adas_core.Domain.Enums.StatusEnum.Type.Ok" data-throw-if-not-resolved="false"></xref> when no configuration exists for the name or when the mapping does not produce a status.
|
|
example: []
|
|
syntax:
|
|
content: public Task<StatusEnum.Type> GroupedObservationStatus(GroupedField groupedField, GroupedObservationEnum.Result result, string name, object value, double? min, double? max)
|
|
parameters:
|
|
- id: groupedField
|
|
type: adas_core.Domain.Models.GroupedObservations.GroupedField
|
|
description: The grouped field whose <code>Group</code> key is used to look up group-specific configuration.
|
|
- id: result
|
|
type: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
description: The grouped observation result whose name is used to look up result-specific configuration.
|
|
- id: name
|
|
type: System.String
|
|
description: The observation name used to retrieve the configuration.
|
|
- id: value
|
|
type: System.Object
|
|
description: The observation value included in the mapping.
|
|
- id: min
|
|
type: System.Nullable{System.Double}
|
|
description: The optional minimum reference value included in the mapping.
|
|
- id: max
|
|
type: System.Nullable{System.Double}
|
|
description: The optional maximum reference value included in the mapping.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Enums.StatusEnum.Type}
|
|
description: A task that resolves to the <xref href="adas_core.Domain.Enums.StatusEnum.Type" data-throw-if-not-resolved="false"></xref> computed from the mapped observation, or <xref href="adas_core.Domain.Enums.StatusEnum.Type.Ok" data-throw-if-not-resolved="false"></xref> when no applicable configuration or mapping status is found.
|
|
content.vb: Public Function GroupedObservationStatus(groupedField As GroupedField, result As GroupedObservationEnum.Result, name As String, value As Object, min As Double?, max As Double?) As Task(Of StatusEnum.Type)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
nameWithType.vb: ConfigObservationService.GroupedObservationStatus(GroupedField, GroupedObservationEnum.Result, String, Object, Double?, Double?)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField, adas_core.Domain.Enums.GroupedObservationEnum.Result, String, Object, Double?, Double?)
|
|
name.vb: GroupedObservationStatus(GroupedField, Result, String, Object, Double?, Double?)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.Map``1(``0,System.Boolean)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.Map``1(``0,System.Boolean)
|
|
id: Map``1(``0,System.Boolean)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Map<T>(T, bool)
|
|
nameWithType: ConfigObservationService.Map<T>(T, bool)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.Map<T>(T, bool)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Map
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 218
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Maps a patient observation to a configured representation by looking up its corresponding configuration
|
|
|
|
and applying the mapping. When no matching configuration is found, returns <code>null</code> if unknown
|
|
|
|
observations should be ignored, or the original observation otherwise. If the resolved configuration
|
|
|
|
has an empty name, the mapping is aborted and <code>null</code> is returned.
|
|
example: []
|
|
syntax:
|
|
content: 'public Task<T?> Map<T>(T obs, bool onlyByName = false) where T : BasePatientObservation'
|
|
parameters:
|
|
- id: obs
|
|
type: '{T}'
|
|
description: The patient observation to be mapped.
|
|
- id: onlyByName
|
|
type: System.Boolean
|
|
description: If <code>true</code>, the configuration lookup is performed by name only; otherwise the full lookup is used.
|
|
typeParameters:
|
|
- id: T
|
|
return:
|
|
type: System.Threading.Tasks.Task{{T}}
|
|
description: The mapped observation, the original observation when unknown observations are allowed, or <code>null</code> when mapping is ignored or the configuration is invalid.
|
|
content.vb: Public Function Map(Of T As BasePatientObservation)(obs As T, onlyByName As Boolean = False) As Task(Of T)
|
|
overload: adas_core.Application.Services.ConfigObservationService.Map*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1({T},System.Boolean)
|
|
nameWithType.vb: ConfigObservationService.Map(Of T)(T, Boolean)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.Map(Of T)(T, Boolean)
|
|
name.vb: Map(Of T)(T, Boolean)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
id: RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RemoveConfigItem(ObjectId)
|
|
nameWithType: ConfigObservationService.RemoveConfigItem(ObjectId)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: RemoveConfigItem
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 243
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Removes a configuration observation item by its identifier. Returns <code>null</code> when the item does not exist,
|
|
|
|
otherwise deletes it from the repository and invalidates the cached collection of configuration observations.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> RemoveConfigItem(ObjectId id)
|
|
parameters:
|
|
- id: id
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the configuration observation to remove.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The removed <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> if it was found and deleted; otherwise, <code>null</code>.
|
|
content.vb: Public Function RemoveConfigItem(id As ObjectId) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
id: Map(adas_core.Domain.Models.PatientTreatment)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Map(PatientTreatment)
|
|
nameWithType: ConfigObservationService.Map(PatientTreatment)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Map
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 262
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Maps a <xref href="adas_core.Domain.Models.PatientTreatment" data-throw-if-not-resolved="false"></xref> by resolving the configuration observation for each of its requested give codes. Looks up the configuration by text when both the coding system and identifier are empty, otherwise by coding system and identifier. Returns <code>null</code> when the configuration is unknown and unknown treatments are ignored, or when the resolved configuration has no name; otherwise returns the original treatment.
|
|
example: []
|
|
syntax:
|
|
content: public Task<PatientTreatment?> Map(PatientTreatment treatment)
|
|
parameters:
|
|
- id: treatment
|
|
type: adas_core.Domain.Models.PatientTreatment
|
|
description: The patient treatment whose requested give codes are resolved against the configuration store.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment}
|
|
description: The original <xref href="adas_core.Domain.Models.PatientTreatment" data-throw-if-not-resolved="false"></xref> if a valid configuration is found, or <code>null</code> when the treatment should be discarded.
|
|
content.vb: Public Function Map(treatment As PatientTreatment) As Task(Of PatientTreatment)
|
|
overload: adas_core.Application.Services.ConfigObservationService.Map*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.Get``1(``0,System.Boolean)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.Get``1(``0,System.Boolean)
|
|
id: Get``1(``0,System.Boolean)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Get<T>(T, bool)
|
|
nameWithType: ConfigObservationService.Get<T>(T, bool)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.Get<T>(T, bool)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Get
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 282
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves a <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> that matches the supplied patient observation, either by name only or by a combination of code, coding system, and parent data fields.
|
|
example: []
|
|
syntax:
|
|
content: 'public Task<ConfigObservation?> Get<T>(T obs, bool onlyByName = false) where T : BasePatientObservation'
|
|
parameters:
|
|
- id: obs
|
|
type: '{T}'
|
|
description: The patient observation whose matching configuration should be resolved.
|
|
- id: onlyByName
|
|
type: System.Boolean
|
|
description: When <code>true</code>, the lookup is restricted to matching by <xref href="adas_core.Domain.Models.BasePatientObservation.Name" data-throw-if-not-resolved="false"></xref> only; otherwise matching also considers code, coding system, and parent observation data.
|
|
typeParameters:
|
|
- id: T
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: A <xref href="System.Threading.Tasks.Task%601" data-throw-if-not-resolved="false"></xref> containing the matched <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> processed via <code>Process</code>, or <code>null</code> if no configuration items are available or no match is found.
|
|
content.vb: Public Function [Get](Of T As BasePatientObservation)(obs As T, onlyByName As Boolean = False) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.Get*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1({T},System.Boolean)
|
|
nameWithType.vb: ConfigObservationService.Get(Of T)(T, Boolean)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.Get(Of T)(T, Boolean)
|
|
name.vb: Get(Of T)(T, Boolean)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
id: GetByCodeSysAndCode(System.String,System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetByCodeSysAndCode(string?, string?)
|
|
nameWithType: ConfigObservationService.GetByCodeSysAndCode(string?, string?)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode(string?, string?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetByCodeSysAndCode
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 359
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Retrieves a <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> that matches the specified coding system and code, processing it before returning.
|
|
|
|
If no matching observation is found, a warning is logged and <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> is returned.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> GetByCodeSysAndCode(string? codingSystem, string? code)
|
|
parameters:
|
|
- id: codingSystem
|
|
type: System.String
|
|
description: The coding system identifier used to filter the observation. May be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
|
- id: code
|
|
type: System.String
|
|
description: The code value used to filter the observation. May be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: A processed <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> if a match is found; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
|
content.vb: Public Function GetByCodeSysAndCode(codingSystem As String, code As String) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
nameWithType.vb: ConfigObservationService.GetByCodeSysAndCode(String, String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode(String, String)
|
|
name.vb: GetByCodeSysAndCode(String, String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.Get(System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.Get(System.String)
|
|
id: Get(System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Get(string?)
|
|
nameWithType: ConfigObservationService.Get(string?)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.Get(string?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Get
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 374
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves a <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> by its name, returning <code>null</code> when the name is not provided or the configuration is not found.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> Get(string? name)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: The name of the configuration to look up; if null or empty, the method returns <code>null</code>.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: A <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> when a matching configuration is found and successfully processed; otherwise, <code>null</code>.
|
|
content.vb: Public Function [Get](name As String) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.Get*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String)
|
|
nameWithType.vb: ConfigObservationService.Get(String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.Get(String)
|
|
name.vb: Get(String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
id: UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateConfig(ConfigObservation)
|
|
nameWithType: ConfigObservationService.UpdateConfig(ConfigObservation)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateConfig
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 396
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Updates an existing <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> identified by its id and returns the updated entity.
|
|
|
|
Throws a not found exception when the configuration observation does not exist, invalidates the related cache entries, and records an audit log of the change.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> UpdateConfig(ConfigObservation configObservationItem)
|
|
parameters:
|
|
- id: configObservationItem
|
|
type: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
description: The configuration observation payload containing the identifier of the record to update.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The updated <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Public Function UpdateConfig(configObservationItem As ConfigObservation) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.UpdateConfig*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
description: Thrown when no configuration observation exists for the supplied id.
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem(System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem(System.String)
|
|
id: GetConfigObservationItem(System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfigObservationItem(string)
|
|
nameWithType: ConfigObservationService.GetConfigObservationItem(string)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfigObservationItem
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 419
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves configuration observation items matching the specified name. Returns the matching items if any are found; otherwise logs a warning and throws a <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public Task<IEnumerable<ConfigObservation>?> GetConfigObservationItem(string name)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: The name used to look up the configuration observation items.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
description: A collection of <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> items matching the specified name.
|
|
content.vb: Public Function GetConfigObservationItem(name As String) As Task(Of IEnumerable(Of ConfigObservation))
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
description: Thrown when no configuration observation items are found for the given name.
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String)
|
|
nameWithType.vb: ConfigObservationService.GetConfigObservationItem(String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem(String)
|
|
name.vb: GetConfigObservationItem(String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
id: GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetSingleConfigObservationItem(string?, string?, string?, string?)
|
|
nameWithType: ConfigObservationService.GetSingleConfigObservationItem(string?, string?, string?, string?)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem(string?, string?, string?, string?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetSingleConfigObservationItem
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 438
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Retrieves a single <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> item that matches the specified code, coding system, name, and original name.
|
|
|
|
Throws a not-found exception when no matching item exists in the repository.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> GetSingleConfigObservationItem(string? code, string? codingSystem, string? name, string? originalName)
|
|
parameters:
|
|
- id: code
|
|
type: System.String
|
|
description: The code used to identify the configuration observation item.
|
|
- id: codingSystem
|
|
type: System.String
|
|
description: The coding system associated with the item.
|
|
- id: name
|
|
type: System.String
|
|
description: The name of the configuration observation item.
|
|
- id: originalName
|
|
type: System.String
|
|
description: The original name of the configuration observation item.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The matching <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> item.
|
|
content.vb: Public Function GetSingleConfigObservationItem(code As String, codingSystem As String, name As String, originalName As String) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
description: Thrown when no matching configuration observation item is found.
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
nameWithType.vb: ConfigObservationService.GetSingleConfigObservationItem(String, String, String, String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem(String, String, String, String)
|
|
name.vb: GetSingleConfigObservationItem(String, String, String, String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
id: DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeleteSingleConfigObservationItem(ConfigObservation)
|
|
nameWithType: ConfigObservationService.DeleteSingleConfigObservationItem(ConfigObservation)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeleteSingleConfigObservationItem
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 456
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Deletes a single configuration observation item, invalidating the related cache entries and recording an audit log of the operation.
|
|
|
|
Throws a conflict exception if the item does not exist or the delete operation cannot be completed.
|
|
example: []
|
|
syntax:
|
|
content: public Task<bool> DeleteSingleConfigObservationItem(ConfigObservation configObservationItem)
|
|
parameters:
|
|
- id: configObservationItem
|
|
type: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
description: The configuration observation item to delete; its identifier is used to locate the existing record.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Boolean}
|
|
description: A task that resolves to <code>true</code> when the item is successfully deleted.
|
|
content.vb: Public Function DeleteSingleConfigObservationItem(configObservationItem As ConfigObservation) As Task(Of Boolean)
|
|
overload: adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.ConflictException
|
|
commentId: T:adas_core.Application.Exceptions.ConflictException
|
|
description: Thrown when no configuration observation is found with the specified identifier, or when the underlying delete operation fails.
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
id: GetConfigObservationItemsByName(System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfigObservationItemsByName(string)
|
|
nameWithType: ConfigObservationService.GetConfigObservationItemsByName(string)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfigObservationItemsByName
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 479
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Retrieves configuration observation items that match the specified name.
|
|
example: []
|
|
syntax:
|
|
content: public Task<IEnumerable<ConfigObservation>> GetConfigObservationItemsByName(string name)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: The name used to filter configuration observation items.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
description: A collection of <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> items matching the specified name.
|
|
content.vb: Public Function GetConfigObservationItemsByName(name As String) As Task(Of IEnumerable(Of ConfigObservation))
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
nameWithType.vb: ConfigObservationService.GetConfigObservationItemsByName(String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName(String)
|
|
name.vb: GetConfigObservationItemsByName(String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
id: CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CreateConfig(ConfigObservation)
|
|
nameWithType: ConfigObservationService.CreateConfig(ConfigObservation)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: CreateConfig
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 490
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: Creates a new configuration observation after verifying that no existing record shares the same identifier.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> CreateConfig(ConfigObservation configObservation)
|
|
parameters:
|
|
- id: configObservation
|
|
type: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
description: The configuration observation entity to persist.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The created <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> if the operation succeeds.
|
|
content.vb: Public Function CreateConfig(configObservation As ConfigObservation) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.CreateConfig*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.BadRequestException
|
|
commentId: T:adas_core.Application.Exceptions.BadRequestException
|
|
description: Thrown when a configuration observation with the same identifier already exists.
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(System.String)
|
|
id: RemoveConfigItem(System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RemoveConfigItem(string)
|
|
nameWithType: ConfigObservationService.RemoveConfigItem(string)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: RemoveConfigItem
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 510
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Removes a configuration item identified by its name, creating an audit log entry prior to deletion and invalidating the related cache.
|
|
|
|
Throws a conflict exception when no configuration item with the specified name is found.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> RemoveConfigItem(string itemName)
|
|
parameters:
|
|
- id: itemName
|
|
type: System.String
|
|
description: The name of the configuration item to remove.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The removed <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref>, or <code>null</code> if the repository did not return a result.
|
|
content.vb: Public Function RemoveConfigItem(itemName As String) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.ConflictException
|
|
commentId: T:adas_core.Application.Exceptions.ConflictException
|
|
description: Thrown when no configuration item is found with the specified name.
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String)
|
|
nameWithType.vb: ConfigObservationService.RemoveConfigItem(String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem(String)
|
|
name.vb: RemoveConfigItem(String)
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfig(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfig(MongoDB.Bson.ObjectId)
|
|
id: GetConfig(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfig(ObjectId)
|
|
nameWithType: ConfigObservationService.GetConfig(ObjectId)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfig(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfig
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 533
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Retrieves a configuration observation by its identifier, using an in-memory cache with a configurable refresh timeout to reduce repository calls.
|
|
|
|
Returns the cached value when available and not yet expired; otherwise fetches from the repository and caches the result, falling back to a new empty <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref> when the repository does not find a matching record.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> GetConfig(ObjectId configObservationId)
|
|
parameters:
|
|
- id: configObservationId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the configuration observation to retrieve.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The configuration observation obtained from cache or repository, or a new empty instance when no matching record exists.
|
|
content.vb: Public Function GetConfig(configObservationId As ObjectId) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfig*
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigByName(System.String)
|
|
commentId: M:adas_core.Application.Services.ConfigObservationService.GetConfigByName(System.String)
|
|
id: GetConfigByName(System.String)
|
|
parent: adas_core.Application.Services.ConfigObservationService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetConfigByName(string)
|
|
nameWithType: ConfigObservationService.GetConfigByName(string)
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigByName(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/ConfigObservationService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetConfigByName
|
|
path: ../../adas-core.Application/Services/ConfigObservationService.cs
|
|
startLine: 560
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services
|
|
summary: >-
|
|
Retrieves a configuration observation by its name, using a time-limited in-memory cache before falling back to the repository.
|
|
|
|
Returns <code>null</code> if <code class="paramref">name</code> is null, empty, or whitespace, or if no matching configuration exists in the cache or repository.
|
|
|
|
Cache hits require a non-expired <code>NextRefresh</code> and use a case-insensitive name comparison.
|
|
example: []
|
|
syntax:
|
|
content: public Task<ConfigObservation?> GetConfigByName(string name)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: The case-insensitive name of the configuration observation to look up.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
description: The matching <xref href="adas_core.Domain.Models.MongoModels.ConfigObservation" data-throw-if-not-resolved="false"></xref>, or <code>null</code> if not found or the name is invalid.
|
|
content.vb: Public Function GetConfigByName(name As String) As Task(Of ConfigObservation)
|
|
overload: adas_core.Application.Services.ConfigObservationService.GetConfigByName*
|
|
nameWithType.vb: ConfigObservationService.GetConfigByName(String)
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.GetConfigByName(String)
|
|
name.vb: GetConfigByName(String)
|
|
references:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html
|
|
name: IConfigObservationService
|
|
nameWithType: IConfigObservationService
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
- 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: 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: adas_core.Application.Services.Interfaces
|
|
commentId: N:adas_core.Application.Services.Interfaces
|
|
href: adas_core.html
|
|
name: adas_core.Application.Services.Interfaces
|
|
nameWithType: adas_core.Application.Services.Interfaces
|
|
fullName: adas_core.Application.Services.Interfaces
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- 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.ConfigObservationService.#ctor*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.#ctor
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService__ctor_adas_core_Application_Repositories_Interfaces_IConfigObservationRepository_Microsoft_Extensions_Options_IOptions_adas_core_Domain_Models_AppSettings_ApiSettings__Microsoft_Extensions_Options_IOptions_adas_core_Domain_Models_AppSettings_CacheSettings__Microsoft_Extensions_Logging_ILogger_adas_core_Application_Services_ConfigObservationService__adas_core_Application_Services_Interfaces_IUnitService_Microsoft_AspNetCore_Http_IHttpContextAccessor_adas_core_Application_Services_Interfaces_ILocalAuditService_adas_core_Application_Services_Interfaces_ICacheService_
|
|
name: ConfigObservationService
|
|
nameWithType: ConfigObservationService.ConfigObservationService
|
|
fullName: adas_core.Application.Services.ConfigObservationService.ConfigObservationService
|
|
nameWithType.vb: ConfigObservationService.New
|
|
fullName.vb: adas_core.Application.Services.ConfigObservationService.New
|
|
name.vb: New
|
|
- uid: adas_core.Application.Repositories.Interfaces.IConfigObservationRepository
|
|
commentId: T:adas_core.Application.Repositories.Interfaces.IConfigObservationRepository
|
|
parent: adas_core.Application.Repositories.Interfaces
|
|
href: adas_core.Application.Repositories.Interfaces.IConfigObservationRepository.html
|
|
name: IConfigObservationRepository
|
|
nameWithType: IConfigObservationRepository
|
|
fullName: adas_core.Application.Repositories.Interfaces.IConfigObservationRepository
|
|
- uid: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings}
|
|
commentId: T:Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings}
|
|
parent: Microsoft.Extensions.Options
|
|
definition: Microsoft.Extensions.Options.IOptions`1
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
name: IOptions<ApiSettings>
|
|
nameWithType: IOptions<ApiSettings>
|
|
fullName: Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.ApiSettings>
|
|
nameWithType.vb: IOptions(Of ApiSettings)
|
|
fullName.vb: Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.ApiSettings)
|
|
name.vb: IOptions(Of ApiSettings)
|
|
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.ApiSettings
|
|
name: ApiSettings
|
|
href: adas_core.Domain.Models.AppSettings.ApiSettings.html
|
|
- 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.ApiSettings
|
|
name: ApiSettings
|
|
href: adas_core.Domain.Models.AppSettings.ApiSettings.html
|
|
- name: )
|
|
- 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: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService}
|
|
commentId: T:Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.ConfigObservationService}
|
|
parent: Microsoft.Extensions.Logging
|
|
definition: Microsoft.Extensions.Logging.ILogger`1
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1
|
|
name: ILogger<ConfigObservationService>
|
|
nameWithType: ILogger<ConfigObservationService>
|
|
fullName: Microsoft.Extensions.Logging.ILogger<adas_core.Application.Services.ConfigObservationService>
|
|
nameWithType.vb: ILogger(Of ConfigObservationService)
|
|
fullName.vb: Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.ConfigObservationService)
|
|
name.vb: ILogger(Of ConfigObservationService)
|
|
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.ConfigObservationService
|
|
name: ConfigObservationService
|
|
href: adas_core.Application.Services.ConfigObservationService.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.ConfigObservationService
|
|
name: ConfigObservationService
|
|
href: adas_core.Application.Services.ConfigObservationService.html
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IUnitService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IUnitService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IUnitService.html
|
|
name: IUnitService
|
|
nameWithType: IUnitService
|
|
fullName: adas_core.Application.Services.Interfaces.IUnitService
|
|
- 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: 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: 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: 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: 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: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
commentId: T:adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.ConfigObservation.html
|
|
name: ConfigObservation
|
|
nameWithType: ConfigObservation
|
|
fullName: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetAllConfigs*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetAllConfigs
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetAllConfigs_System_Threading_CancellationToken_
|
|
name: GetAllConfigs
|
|
nameWithType: ConfigObservationService.GetAllConfigs
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetAllConfigs
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllConfigs_System_Threading_CancellationToken_
|
|
name: GetAllConfigs(CancellationToken)
|
|
nameWithType: IConfigObservationService.GetAllConfigs(CancellationToken)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
name: GetAllConfigs
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllConfigs_System_Threading_CancellationToken_
|
|
- 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.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken)
|
|
name: GetAllConfigs
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllConfigs_System_Threading_CancellationToken_
|
|
- name: (
|
|
- uid: System.Threading.CancellationToken
|
|
name: CancellationToken
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken
|
|
- name: )
|
|
- 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.Threading.Tasks.Task{System.Collections.Generic.ICollection{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.ICollection{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<ICollection<ConfigObservation>>
|
|
nameWithType: Task<ICollection<ConfigObservation>>
|
|
fullName: System.Threading.Tasks.Task<System.Collections.Generic.ICollection<adas_core.Domain.Models.MongoModels.ConfigObservation>>
|
|
nameWithType.vb: Task(Of ICollection(Of ConfigObservation))
|
|
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.ICollection(Of adas_core.Domain.Models.MongoModels.ConfigObservation))
|
|
name.vb: Task(Of ICollection(Of ConfigObservation))
|
|
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.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- 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.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
commentId: N:adas_core.Domain.Models.MongoModels
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.MongoModels
|
|
nameWithType: adas_core.Domain.Models.MongoModels
|
|
fullName: adas_core.Domain.Models.MongoModels
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|
|
- uid: System.Threading
|
|
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: 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.Domain.Models.DTO.ConfigObservationDto
|
|
commentId: T:adas_core.Domain.Models.DTO.ConfigObservationDto
|
|
href: adas_core.Domain.Models.DTO.ConfigObservationDto.html
|
|
name: ConfigObservationDto
|
|
nameWithType: ConfigObservationDto
|
|
fullName: adas_core.Domain.Models.DTO.ConfigObservationDto
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetAllCompact*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetAllCompact
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetAllCompact
|
|
name: GetAllCompact
|
|
nameWithType: ConfigObservationService.GetAllCompact
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetAllCompact
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllCompact
|
|
name: GetAllCompact()
|
|
nameWithType: IConfigObservationService.GetAllCompact()
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact()
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact
|
|
name: GetAllCompact
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllCompact
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact
|
|
name: GetAllCompact
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllCompact
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.ConfigObservationDto}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.ConfigObservationDto}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<ConfigObservationDto>
|
|
nameWithType: Task<ConfigObservationDto>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.DTO.ConfigObservationDto>
|
|
nameWithType.vb: Task(Of ConfigObservationDto)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.DTO.ConfigObservationDto)
|
|
name.vb: Task(Of ConfigObservationDto)
|
|
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.ConfigObservationDto
|
|
name: ConfigObservationDto
|
|
- 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.ConfigObservationDto
|
|
name: ConfigObservationDto
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.Responses.PaginationResponse`1
|
|
commentId: T:adas_core.Domain.Models.Responses.PaginationResponse`1
|
|
href: adas_core.Domain.Models.Responses.PaginationResponse-1.html
|
|
name: PaginationResponse<T>
|
|
nameWithType: PaginationResponse<T>
|
|
fullName: adas_core.Domain.Models.Responses.PaginationResponse<T>
|
|
nameWithType.vb: PaginationResponse(Of T)
|
|
fullName.vb: adas_core.Domain.Models.Responses.PaginationResponse(Of T)
|
|
name.vb: PaginationResponse(Of T)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Models.Responses.PaginationResponse`1
|
|
name: PaginationResponse
|
|
href: adas_core.Domain.Models.Responses.PaginationResponse-1.html
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Models.Responses.PaginationResponse`1
|
|
name: PaginationResponse
|
|
href: adas_core.Domain.Models.Responses.PaginationResponse-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetPaginatedItems*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetPaginatedItems
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetPaginatedItems_adas_core_Domain_Models_Filter_PaginationFilter_
|
|
name: GetPaginatedItems
|
|
nameWithType: ConfigObservationService.GetPaginatedItems
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetPaginatedItems
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetPaginatedItems_adas_core_Domain_Models_Filter_PaginationFilter_
|
|
name: GetPaginatedItems(PaginationFilter)
|
|
nameWithType: IConfigObservationService.GetPaginatedItems(PaginationFilter)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
name: GetPaginatedItems
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetPaginatedItems_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.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
name: GetPaginatedItems
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetPaginatedItems_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.ConfigObservation}}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
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<ConfigObservation>>
|
|
nameWithType: Task<PaginationResponse<ConfigObservation>>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.Responses.PaginationResponse<adas_core.Domain.Models.MongoModels.ConfigObservation>>
|
|
nameWithType.vb: Task(Of PaginationResponse(Of ConfigObservation))
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.MongoModels.ConfigObservation))
|
|
name.vb: Task(Of PaginationResponse(Of ConfigObservation))
|
|
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.ConfigObservation
|
|
name: ConfigObservation
|
|
- 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.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.Filter
|
|
commentId: N:adas_core.Domain.Models.Filter
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.Filter
|
|
nameWithType: adas_core.Domain.Models.Filter
|
|
fullName: adas_core.Domain.Models.Filter
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Filter
|
|
name: Filter
|
|
href: adas_core.Domain.Models.Filter.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Filter
|
|
name: Filter
|
|
href: adas_core.Domain.Models.Filter.html
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigById*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetConfigById
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetConfigById_MongoDB_Bson_ObjectId_
|
|
name: GetConfigById
|
|
nameWithType: ConfigObservationService.GetConfigById
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigById
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigById_MongoDB_Bson_ObjectId_
|
|
name: GetConfigById(ObjectId)
|
|
nameWithType: IConfigObservationService.GetConfigById(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
name: GetConfigById
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigById_MongoDB_Bson_ObjectId_
|
|
- name: (
|
|
- uid: MongoDB.Bson.ObjectId
|
|
name: ObjectId
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId)
|
|
name: GetConfigById
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigById_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: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<ConfigObservation>
|
|
nameWithType: Task<ConfigObservation>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.MongoModels.ConfigObservation>
|
|
nameWithType.vb: Task(Of ConfigObservation)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name.vb: Task(Of ConfigObservation)
|
|
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.ConfigObservation
|
|
name: ConfigObservation
|
|
- 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.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
- uid: MongoDB.Bson
|
|
commentId: N:MongoDB.Bson
|
|
isExternal: true
|
|
name: MongoDB.Bson
|
|
nameWithType: MongoDB.Bson
|
|
fullName: MongoDB.Bson
|
|
spec.csharp:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigNames*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetConfigNames
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetConfigNames_System_String_
|
|
name: GetConfigNames
|
|
nameWithType: ConfigObservationService.GetConfigNames
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigNames
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames_System_String_
|
|
name: GetConfigNames(string)
|
|
nameWithType: IConfigObservationService.GetConfigNames(string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(string)
|
|
nameWithType.vb: IConfigObservationService.GetConfigNames(String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(String)
|
|
name.vb: GetConfigNames(String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String)
|
|
name: GetConfigNames
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames_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.IConfigObservationService.GetConfigNames(System.String)
|
|
name: GetConfigNames
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- 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{System.String}}
|
|
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}}
|
|
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<string>>
|
|
nameWithType: Task<List<string>>
|
|
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<string>>
|
|
nameWithType.vb: Task(Of List(Of String))
|
|
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of String))
|
|
name.vb: Task(Of List(Of String))
|
|
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: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- 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: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames
|
|
name: GetConfigNames()
|
|
nameWithType: IConfigObservationService.GetConfigNames()
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames()
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames
|
|
name: GetConfigNames
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames
|
|
name: GetConfigNames
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames
|
|
- name: (
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.BasePatientObservation
|
|
commentId: T:adas_core.Domain.Models.BasePatientObservation
|
|
parent: adas_core.Domain.Models
|
|
href: adas_core.Domain.Models.BasePatientObservation.html
|
|
name: BasePatientObservation
|
|
nameWithType: BasePatientObservation
|
|
fullName: adas_core.Domain.Models.BasePatientObservation
|
|
- uid: adas_core.Domain.Models.ObservatitonRetentionResult
|
|
commentId: T:adas_core.Domain.Models.ObservatitonRetentionResult
|
|
href: adas_core.Domain.Models.ObservatitonRetentionResult.html
|
|
name: ObservatitonRetentionResult
|
|
nameWithType: ObservatitonRetentionResult
|
|
fullName: adas_core.Domain.Models.ObservatitonRetentionResult
|
|
- uid: adas_core.Application.Services.ConfigObservationService.RetentionActions*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.RetentionActions
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_RetentionActions__1___0_
|
|
name: RetentionActions
|
|
nameWithType: ConfigObservationService.RetentionActions
|
|
fullName: adas_core.Application.Services.ConfigObservationService.RetentionActions
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1({T})
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
definition: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_
|
|
name: RetentionActions<T>(T)
|
|
nameWithType: IConfigObservationService.RetentionActions<T>(T)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions<T>(T)
|
|
nameWithType.vb: IConfigObservationService.RetentionActions(Of T)(T)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions(Of T)(T)
|
|
name.vb: RetentionActions(Of T)(T)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
name: RetentionActions
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
name: RetentionActions
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: '{T}'
|
|
commentId: '!:T'
|
|
definition: T
|
|
name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.ObservatitonRetentionResult}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.ObservatitonRetentionResult}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<ObservatitonRetentionResult>
|
|
nameWithType: Task<ObservatitonRetentionResult>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.ObservatitonRetentionResult>
|
|
nameWithType.vb: Task(Of ObservatitonRetentionResult)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.ObservatitonRetentionResult)
|
|
name.vb: Task(Of ObservatitonRetentionResult)
|
|
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.ObservatitonRetentionResult
|
|
name: ObservatitonRetentionResult
|
|
- 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.ObservatitonRetentionResult
|
|
name: ObservatitonRetentionResult
|
|
- name: )
|
|
- uid: adas_core.Domain.Models
|
|
commentId: N:adas_core.Domain.Models
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models
|
|
nameWithType: adas_core.Domain.Models
|
|
fullName: adas_core.Domain.Models
|
|
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
|
|
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
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_
|
|
name: RetentionActions<T>(T)
|
|
nameWithType: IConfigObservationService.RetentionActions<T>(T)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions<T>(T)
|
|
nameWithType.vb: IConfigObservationService.RetentionActions(Of T)(T)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions(Of T)(T)
|
|
name.vb: RetentionActions(Of T)(T)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
name: RetentionActions
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0)
|
|
name: RetentionActions
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: T
|
|
name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- uid: adas_core.Domain.Enums.StatusEnum.Type.Ok
|
|
commentId: F:adas_core.Domain.Enums.StatusEnum.Type.Ok
|
|
name: Ok
|
|
nameWithType: StatusEnum.Type.Ok
|
|
fullName: adas_core.Domain.Enums.StatusEnum.Type.Ok
|
|
- uid: adas_core.Domain.Enums.StatusEnum.Type
|
|
commentId: T:adas_core.Domain.Enums.StatusEnum.Type
|
|
parent: adas_core.Domain.Enums
|
|
href: adas_core.Domain.Enums.StatusEnum.html
|
|
name: StatusEnum.Type
|
|
nameWithType: StatusEnum.Type
|
|
fullName: adas_core.Domain.Enums.StatusEnum.Type
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.StatusEnum
|
|
name: StatusEnum
|
|
href: adas_core.Domain.Enums.StatusEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.StatusEnum.Type
|
|
name: Type
|
|
href: adas_core.Domain.Enums.StatusEnum.Type.html
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.StatusEnum
|
|
name: StatusEnum
|
|
href: adas_core.Domain.Enums.StatusEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.StatusEnum.Type
|
|
name: Type
|
|
href: adas_core.Domain.Enums.StatusEnum.Type.html
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GroupedObservationStatus_adas_core_Domain_Models_GroupedObservations_GroupedField_adas_core_Domain_Enums_GroupedObservationEnum_Result_System_String_System_Object_System_Nullable_System_Double__System_Nullable_System_Double__
|
|
name: GroupedObservationStatus
|
|
nameWithType: ConfigObservationService.GroupedObservationStatus
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GroupedObservationStatus
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GroupedObservationStatus_adas_core_Domain_Models_GroupedObservations_GroupedField_adas_core_Domain_Enums_GroupedObservationEnum_Result_System_String_System_Object_System_Nullable_System_Double__System_Nullable_System_Double__
|
|
name: GroupedObservationStatus(GroupedField, Result, string, object, double?, double?)
|
|
nameWithType: IConfigObservationService.GroupedObservationStatus(GroupedField, GroupedObservationEnum.Result, string, object, double?, double?)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField, adas_core.Domain.Enums.GroupedObservationEnum.Result, string, object, double?, double?)
|
|
nameWithType.vb: IConfigObservationService.GroupedObservationStatus(GroupedField, GroupedObservationEnum.Result, String, Object, Double?, Double?)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField, adas_core.Domain.Enums.GroupedObservationEnum.Result, String, Object, Double?, Double?)
|
|
name.vb: GroupedObservationStatus(GroupedField, Result, String, Object, Double?, Double?)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
name: GroupedObservationStatus
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GroupedObservationStatus_adas_core_Domain_Models_GroupedObservations_GroupedField_adas_core_Domain_Enums_GroupedObservationEnum_Result_System_String_System_Object_System_Nullable_System_Double__System_Nullable_System_Double__
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.GroupedObservations.GroupedField
|
|
name: GroupedField
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
name: Result
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Double
|
|
name: double
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Double
|
|
name: double
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double})
|
|
name: GroupedObservationStatus
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GroupedObservationStatus_adas_core_Domain_Models_GroupedObservations_GroupedField_adas_core_Domain_Enums_GroupedObservationEnum_Result_System_String_System_Object_System_Nullable_System_Double__System_Nullable_System_Double__
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.GroupedObservations.GroupedField
|
|
name: GroupedField
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
name: Result
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Double
|
|
name: Double
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Double
|
|
name: Double
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
- name: '?'
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.GroupedObservations.GroupedField
|
|
commentId: T:adas_core.Domain.Models.GroupedObservations.GroupedField
|
|
parent: adas_core.Domain.Models.GroupedObservations
|
|
href: adas_core.Domain.Models.GroupedObservations.GroupedField.html
|
|
name: GroupedField
|
|
nameWithType: GroupedField
|
|
fullName: adas_core.Domain.Models.GroupedObservations.GroupedField
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
commentId: T:adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
parent: adas_core.Domain.Enums
|
|
href: adas_core.Domain.Enums.GroupedObservationEnum.html
|
|
name: GroupedObservationEnum.Result
|
|
nameWithType: GroupedObservationEnum.Result
|
|
fullName: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum
|
|
name: GroupedObservationEnum
|
|
href: adas_core.Domain.Enums.GroupedObservationEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
name: Result
|
|
href: adas_core.Domain.Enums.GroupedObservationEnum.Result.html
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum
|
|
name: GroupedObservationEnum
|
|
href: adas_core.Domain.Enums.GroupedObservationEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.GroupedObservationEnum.Result
|
|
name: Result
|
|
href: adas_core.Domain.Enums.GroupedObservationEnum.Result.html
|
|
- uid: System.Nullable{System.Double}
|
|
commentId: T:System.Nullable{System.Double}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
name: double?
|
|
nameWithType: double?
|
|
fullName: double?
|
|
nameWithType.vb: Double?
|
|
fullName.vb: Double?
|
|
name.vb: Double?
|
|
spec.csharp:
|
|
- uid: System.Double
|
|
name: double
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: System.Double
|
|
name: Double
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.double
|
|
- name: '?'
|
|
- uid: System.Threading.Tasks.Task{adas_core.Domain.Enums.StatusEnum.Type}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Enums.StatusEnum.Type}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<StatusEnum.Type>
|
|
nameWithType: Task<StatusEnum.Type>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Enums.StatusEnum.Type>
|
|
nameWithType.vb: Task(Of StatusEnum.Type)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Enums.StatusEnum.Type)
|
|
name.vb: Task(Of StatusEnum.Type)
|
|
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.Enums.StatusEnum
|
|
name: StatusEnum
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.StatusEnum.Type
|
|
name: Type
|
|
- 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.Enums.StatusEnum
|
|
name: StatusEnum
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.StatusEnum.Type
|
|
name: Type
|
|
- name: )
|
|
- 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.Domain.Models.GroupedObservations
|
|
commentId: N:adas_core.Domain.Models.GroupedObservations
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.GroupedObservations
|
|
nameWithType: adas_core.Domain.Models.GroupedObservations
|
|
fullName: adas_core.Domain.Models.GroupedObservations
|
|
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.GroupedObservations
|
|
name: GroupedObservations
|
|
href: adas_core.Domain.Models.GroupedObservations.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.GroupedObservations
|
|
name: GroupedObservations
|
|
href: adas_core.Domain.Models.GroupedObservations.html
|
|
- 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: adas_core.Application.Services.ConfigObservationService.Map*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.Map
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_Map__1___0_System_Boolean_
|
|
name: Map
|
|
nameWithType: ConfigObservationService.Map
|
|
fullName: adas_core.Application.Services.ConfigObservationService.Map
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1({T},System.Boolean)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
definition: adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_
|
|
name: Map<T>(T, bool)
|
|
nameWithType: IConfigObservationService.Map<T>(T, bool)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Map<T>(T, bool)
|
|
nameWithType.vb: IConfigObservationService.Map(Of T)(T, Boolean)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(Of T)(T, Boolean)
|
|
name.vb: Map(Of T)(T, Boolean)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
name: Map
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- 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.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
name: Map
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- 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.Tasks.Task{{T}}
|
|
commentId: T:System.Threading.Tasks.Task{``0}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<T>
|
|
nameWithType: Task<T>
|
|
fullName: System.Threading.Tasks.Task<T>
|
|
nameWithType.vb: Task(Of T)
|
|
fullName.vb: System.Threading.Tasks.Task(Of T)
|
|
name.vb: Task(Of T)
|
|
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: T
|
|
- 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: T
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_
|
|
name: Map<T>(T, bool)
|
|
nameWithType: IConfigObservationService.Map<T>(T, bool)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Map<T>(T, bool)
|
|
nameWithType.vb: IConfigObservationService.Map(Of T)(T, Boolean)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(Of T)(T, Boolean)
|
|
name.vb: Map(Of T)(T, Boolean)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
name: Map
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- 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.IConfigObservationService.Map``1(``0,System.Boolean)
|
|
name: Map
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.RemoveConfigItem
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_RemoveConfigItem_MongoDB_Bson_ObjectId_
|
|
name: RemoveConfigItem
|
|
nameWithType: ConfigObservationService.RemoveConfigItem
|
|
fullName: adas_core.Application.Services.ConfigObservationService.RemoveConfigItem
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_MongoDB_Bson_ObjectId_
|
|
name: RemoveConfigItem(ObjectId)
|
|
nameWithType: IConfigObservationService.RemoveConfigItem(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
name: RemoveConfigItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_MongoDB_Bson_ObjectId_
|
|
- name: (
|
|
- uid: MongoDB.Bson.ObjectId
|
|
name: ObjectId
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId)
|
|
name: RemoveConfigItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_MongoDB_Bson_ObjectId_
|
|
- name: (
|
|
- uid: MongoDB.Bson.ObjectId
|
|
name: ObjectId
|
|
isExternal: true
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientTreatment
|
|
commentId: T:adas_core.Domain.Models.PatientTreatment
|
|
parent: adas_core.Domain.Models
|
|
href: adas_core.Domain.Models.PatientTreatment.html
|
|
name: PatientTreatment
|
|
nameWithType: PatientTreatment
|
|
fullName: adas_core.Domain.Models.PatientTreatment
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map_adas_core_Domain_Models_PatientTreatment_
|
|
name: Map(PatientTreatment)
|
|
nameWithType: IConfigObservationService.Map(PatientTreatment)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
name: Map
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map_adas_core_Domain_Models_PatientTreatment_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.PatientTreatment
|
|
name: PatientTreatment
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment)
|
|
name: Map
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map_adas_core_Domain_Models_PatientTreatment_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.PatientTreatment
|
|
name: PatientTreatment
|
|
- name: )
|
|
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<PatientTreatment>
|
|
nameWithType: Task<PatientTreatment>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.PatientTreatment>
|
|
nameWithType.vb: Task(Of PatientTreatment)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientTreatment)
|
|
name.vb: Task(Of PatientTreatment)
|
|
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.PatientTreatment
|
|
name: PatientTreatment
|
|
- 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.PatientTreatment
|
|
name: PatientTreatment
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.BasePatientObservation.Name
|
|
commentId: P:adas_core.Domain.Models.BasePatientObservation.Name
|
|
parent: adas_core.Domain.Models.BasePatientObservation
|
|
href: adas_core.Domain.Models.BasePatientObservation.html#adas_core_Domain_Models_BasePatientObservation_Name
|
|
name: Name
|
|
nameWithType: BasePatientObservation.Name
|
|
fullName: adas_core.Domain.Models.BasePatientObservation.Name
|
|
- uid: adas_core.Application.Services.ConfigObservationService.Get*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.Get
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_Get__1___0_System_Boolean_
|
|
name: Get
|
|
nameWithType: ConfigObservationService.Get
|
|
fullName: adas_core.Application.Services.ConfigObservationService.Get
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1({T},System.Boolean)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
definition: adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get__1___0_System_Boolean_
|
|
name: Get<T>(T, bool)
|
|
nameWithType: IConfigObservationService.Get<T>(T, bool)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Get<T>(T, bool)
|
|
nameWithType.vb: IConfigObservationService.Get(Of T)(T, Boolean)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(Of T)(T, Boolean)
|
|
name.vb: Get(Of T)(T, Boolean)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
name: Get
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get__1___0_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- 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.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
name: Get
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get__1___0_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get__1___0_System_Boolean_
|
|
name: Get<T>(T, bool)
|
|
nameWithType: IConfigObservationService.Get<T>(T, bool)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Get<T>(T, bool)
|
|
nameWithType.vb: IConfigObservationService.Get(Of T)(T, Boolean)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(Of T)(T, Boolean)
|
|
name.vb: Get(Of T)(T, Boolean)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
name: Get
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get__1___0_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- 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.IConfigObservationService.Get``1(``0,System.Boolean)
|
|
name: Get
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get__1___0_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetByCodeSysAndCode_System_String_System_String_
|
|
name: GetByCodeSysAndCode
|
|
nameWithType: ConfigObservationService.GetByCodeSysAndCode
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetByCodeSysAndCode
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetByCodeSysAndCode_System_String_System_String_
|
|
name: GetByCodeSysAndCode(string, string)
|
|
nameWithType: IConfigObservationService.GetByCodeSysAndCode(string, string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(string, string)
|
|
nameWithType.vb: IConfigObservationService.GetByCodeSysAndCode(String, String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(String, String)
|
|
name.vb: GetByCodeSysAndCode(String, String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
name: GetByCodeSysAndCode
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetByCodeSysAndCode_System_String_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- 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.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String)
|
|
name: GetByCodeSysAndCode
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetByCodeSysAndCode_System_String_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get_System_String_
|
|
name: Get(string)
|
|
nameWithType: IConfigObservationService.Get(string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(string)
|
|
nameWithType.vb: IConfigObservationService.Get(String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(String)
|
|
name.vb: Get(String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String)
|
|
name: Get
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get_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.IConfigObservationService.Get(System.String)
|
|
name: Get
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- 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.ConfigObservationService.UpdateConfig*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.UpdateConfig
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_UpdateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
name: UpdateConfig
|
|
nameWithType: ConfigObservationService.UpdateConfig
|
|
fullName: adas_core.Application.Services.ConfigObservationService.UpdateConfig
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_UpdateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
name: UpdateConfig(ConfigObservation)
|
|
nameWithType: IConfigObservationService.UpdateConfig(ConfigObservation)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name: UpdateConfig
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_UpdateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name: UpdateConfig
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_UpdateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetConfigObservationItem_System_String_
|
|
name: GetConfigObservationItem
|
|
nameWithType: ConfigObservationService.GetConfigObservationItem
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItem
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItem_System_String_
|
|
name: GetConfigObservationItem(string)
|
|
nameWithType: IConfigObservationService.GetConfigObservationItem(string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(string)
|
|
nameWithType.vb: IConfigObservationService.GetConfigObservationItem(String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(String)
|
|
name.vb: GetConfigObservationItem(String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String)
|
|
name: GetConfigObservationItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItem_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.IConfigObservationService.GetConfigObservationItem(System.String)
|
|
name: GetConfigObservationItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItem_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.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<IEnumerable<ConfigObservation>>
|
|
nameWithType: Task<IEnumerable<ConfigObservation>>
|
|
fullName: System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<adas_core.Domain.Models.MongoModels.ConfigObservation>>
|
|
nameWithType.vb: Task(Of IEnumerable(Of ConfigObservation))
|
|
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.ConfigObservation))
|
|
name.vb: Task(Of IEnumerable(Of ConfigObservation))
|
|
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.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- 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.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetSingleConfigObservationItem_System_String_System_String_System_String_System_String_
|
|
name: GetSingleConfigObservationItem
|
|
nameWithType: ConfigObservationService.GetSingleConfigObservationItem
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetSingleConfigObservationItem
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetSingleConfigObservationItem_System_String_System_String_System_String_System_String_
|
|
name: GetSingleConfigObservationItem(string, string, string, string)
|
|
nameWithType: IConfigObservationService.GetSingleConfigObservationItem(string, string, string, string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(string, string, string, string)
|
|
nameWithType.vb: IConfigObservationService.GetSingleConfigObservationItem(String, String, String, String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(String, String, String, String)
|
|
name.vb: GetSingleConfigObservationItem(String, String, String, String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
name: GetSingleConfigObservationItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetSingleConfigObservationItem_System_String_System_String_System_String_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- 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.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String)
|
|
name: GetSingleConfigObservationItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetSingleConfigObservationItem_System_String_System_String_System_String_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- 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.ConfigObservationService.DeleteSingleConfigObservationItem*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_DeleteSingleConfigObservationItem_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
name: DeleteSingleConfigObservationItem
|
|
nameWithType: ConfigObservationService.DeleteSingleConfigObservationItem
|
|
fullName: adas_core.Application.Services.ConfigObservationService.DeleteSingleConfigObservationItem
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_DeleteSingleConfigObservationItem_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
name: DeleteSingleConfigObservationItem(ConfigObservation)
|
|
nameWithType: IConfigObservationService.DeleteSingleConfigObservationItem(ConfigObservation)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name: DeleteSingleConfigObservationItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_DeleteSingleConfigObservationItem_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name: DeleteSingleConfigObservationItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_DeleteSingleConfigObservationItem_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- 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.Services.ConfigObservationService.GetConfigObservationItemsByName*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetConfigObservationItemsByName_System_String_
|
|
name: GetConfigObservationItemsByName
|
|
nameWithType: ConfigObservationService.GetConfigObservationItemsByName
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigObservationItemsByName
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItemsByName_System_String_
|
|
name: GetConfigObservationItemsByName(string)
|
|
nameWithType: IConfigObservationService.GetConfigObservationItemsByName(string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(string)
|
|
nameWithType.vb: IConfigObservationService.GetConfigObservationItemsByName(String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(String)
|
|
name.vb: GetConfigObservationItemsByName(String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
name: GetConfigObservationItemsByName
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItemsByName_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.IConfigObservationService.GetConfigObservationItemsByName(System.String)
|
|
name: GetConfigObservationItemsByName
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItemsByName_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: adas_core.Application.Exceptions.BadRequestException
|
|
commentId: T:adas_core.Application.Exceptions.BadRequestException
|
|
href: adas_core.Application.Exceptions.BadRequestException.html
|
|
name: BadRequestException
|
|
nameWithType: BadRequestException
|
|
fullName: adas_core.Application.Exceptions.BadRequestException
|
|
- uid: adas_core.Application.Services.ConfigObservationService.CreateConfig*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.CreateConfig
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_CreateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
name: CreateConfig
|
|
nameWithType: ConfigObservationService.CreateConfig
|
|
fullName: adas_core.Application.Services.ConfigObservationService.CreateConfig
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_CreateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
name: CreateConfig(ConfigObservation)
|
|
nameWithType: IConfigObservationService.CreateConfig(ConfigObservation)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name: CreateConfig
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_CreateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation)
|
|
name: CreateConfig
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_CreateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.MongoModels.ConfigObservation
|
|
name: ConfigObservation
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
isExternal: true
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_System_String_
|
|
name: RemoveConfigItem(string)
|
|
nameWithType: IConfigObservationService.RemoveConfigItem(string)
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(string)
|
|
nameWithType.vb: IConfigObservationService.RemoveConfigItem(String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(String)
|
|
name.vb: RemoveConfigItem(String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String)
|
|
name: RemoveConfigItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_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.IConfigObservationService.RemoveConfigItem(System.String)
|
|
name: RemoveConfigItem
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_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.ConfigObservationService.GetConfig*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetConfig
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetConfig_MongoDB_Bson_ObjectId_
|
|
name: GetConfig
|
|
nameWithType: ConfigObservationService.GetConfig
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfig
|
|
- uid: adas_core.Application.Services.ConfigObservationService.GetConfigByName*
|
|
commentId: Overload:adas_core.Application.Services.ConfigObservationService.GetConfigByName
|
|
href: adas_core.Application.Services.ConfigObservationService.html#adas_core_Application_Services_ConfigObservationService_GetConfigByName_System_String_
|
|
name: GetConfigByName
|
|
nameWithType: ConfigObservationService.GetConfigByName
|
|
fullName: adas_core.Application.Services.ConfigObservationService.GetConfigByName
|