### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.LocalAuditService commentId: T:adas_core.Application.Services.LocalAuditService id: LocalAuditService parent: adas_core.Application.Services children: - adas_core.Application.Services.LocalAuditService.#ctor(audit_logs.Services.Interfaces.IAuditService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService}) - adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) - adas_core.Application.Services.LocalAuditService.DeepCopyAsync``1(``0) langs: - csharp - vb name: LocalAuditService nameWithType: LocalAuditService fullName: adas_core.Application.Services.LocalAuditService type: Class source: remote: path: adas-core.Application/Services/LocalAuditService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: LocalAuditService path: ../../adas-core.Application/Services/LocalAuditService.cs startLine: 7 assemblies: - adas-core.Application namespace: adas_core.Application.Services syntax: content: 'public class LocalAuditService : ILocalAuditService' content.vb: Public Class LocalAuditService Implements ILocalAuditService inheritance: - System.Object implements: - adas_core.Application.Services.Interfaces.ILocalAuditService 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.LocalAuditService.#ctor(audit_logs.Services.Interfaces.IAuditService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService}) commentId: M:adas_core.Application.Services.LocalAuditService.#ctor(audit_logs.Services.Interfaces.IAuditService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService}) id: '#ctor(audit_logs.Services.Interfaces.IAuditService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService})' parent: adas_core.Application.Services.LocalAuditService langs: - csharp - vb name: LocalAuditService(IAuditService, ILogger) nameWithType: LocalAuditService.LocalAuditService(IAuditService, ILogger) fullName: adas_core.Application.Services.LocalAuditService.LocalAuditService(audit_logs.Services.Interfaces.IAuditService, Microsoft.Extensions.Logging.ILogger) type: Constructor source: remote: path: adas-core.Application/Services/LocalAuditService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: .ctor path: ../../adas-core.Application/Services/LocalAuditService.cs startLine: 7 assemblies: - adas-core.Application namespace: adas_core.Application.Services syntax: content: public LocalAuditService(IAuditService auditService, ILogger logger) parameters: - id: auditService type: audit_logs.Services.Interfaces.IAuditService - id: logger type: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService} content.vb: Public Sub New(auditService As IAuditService, logger As ILogger(Of LocalAuditService)) overload: adas_core.Application.Services.LocalAuditService.#ctor* nameWithType.vb: LocalAuditService.New(IAuditService, ILogger(Of LocalAuditService)) fullName.vb: adas_core.Application.Services.LocalAuditService.New(audit_logs.Services.Interfaces.IAuditService, Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.LocalAuditService)) name.vb: New(IAuditService, ILogger(Of LocalAuditService)) - uid: adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) commentId: M:adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) id: CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) parent: adas_core.Application.Services.LocalAuditService langs: - csharp - vb name: CreateAuditLogAsync(ClaimsPrincipal?, object?, object?, string?) nameWithType: LocalAuditService.CreateAuditLogAsync(ClaimsPrincipal?, object?, object?, string?) fullName: adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal?, object?, object?, string?) type: Method source: remote: path: adas-core.Application/Services/LocalAuditService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CreateAuditLogAsync path: ../../adas-core.Application/Services/LocalAuditService.cs startLine: 19 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Creates an audit log entry asynchronously, forwarding the provided data to the audit service with a reason when one is supplied, and logging any errors that occur. example: [] syntax: content: public Task CreateAuditLogAsync(ClaimsPrincipal? user, object? dataOriginal, object? dataModified, string? reason) parameters: - id: user type: System.Security.Claims.ClaimsPrincipal description: The claims principal representing the user performing the action; used to attribute the audit log entry. - id: dataOriginal type: System.Object description: The original data before the change. - id: dataModified type: System.Object description: The modified data after the change. - id: reason type: System.String description: An optional reason for the change; when null, the audit log is created without supplying a reason. return: type: System.Threading.Tasks.Task content.vb: Public Function CreateAuditLogAsync(user As ClaimsPrincipal, dataOriginal As Object, dataModified As Object, reason As String) As Task overload: adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync* implements: - adas_core.Application.Services.Interfaces.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) nameWithType.vb: LocalAuditService.CreateAuditLogAsync(ClaimsPrincipal, Object, Object, String) fullName.vb: adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal, Object, Object, String) name.vb: CreateAuditLogAsync(ClaimsPrincipal, Object, Object, String) - uid: adas_core.Application.Services.LocalAuditService.DeepCopyAsync``1(``0) commentId: M:adas_core.Application.Services.LocalAuditService.DeepCopyAsync``1(``0) id: DeepCopyAsync``1(``0) parent: adas_core.Application.Services.LocalAuditService langs: - csharp - vb name: DeepCopyAsync(T) nameWithType: LocalAuditService.DeepCopyAsync(T) fullName: adas_core.Application.Services.LocalAuditService.DeepCopyAsync(T) type: Method source: remote: path: adas-core.Application/Services/LocalAuditService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeepCopyAsync path: ../../adas-core.Application/Services/LocalAuditService.cs startLine: 46 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Asynchronously deep copies the specified data, attempting a primary copy method and falling back to a JSON-based copy if the primary fails. Returns the default value if both copy attempts fail. example: [] syntax: content: public Task DeepCopyAsync(T data) parameters: - id: data type: '{T}' description: The data to be deep copied. typeParameters: - id: T return: type: System.Threading.Tasks.Task{{T}} description: A task representing the asynchronous operation, containing the deep copy of the data, or null if both copy methods fail. content.vb: Public Function DeepCopyAsync(Of T)(data As T) As Task(Of T) overload: adas_core.Application.Services.LocalAuditService.DeepCopyAsync* implements: - adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1({T}) nameWithType.vb: LocalAuditService.DeepCopyAsync(Of T)(T) fullName.vb: adas_core.Application.Services.LocalAuditService.DeepCopyAsync(Of T)(T) name.vb: DeepCopyAsync(Of T)(T) references: - uid: adas_core.Application.Services commentId: N:adas_core.Application.Services href: adas_core.html name: adas_core.Application.Services nameWithType: adas_core.Application.Services fullName: adas_core.Application.Services spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: adas_core.Application.Services.Interfaces.ILocalAuditService commentId: T:adas_core.Application.Services.Interfaces.ILocalAuditService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.ILocalAuditService.html name: ILocalAuditService nameWithType: ILocalAuditService fullName: adas_core.Application.Services.Interfaces.ILocalAuditService - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) parent: adas_core.Domain.Utils.ObjectUtils definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: adas_core.Application.Services.Interfaces commentId: N:adas_core.Application.Services.Interfaces href: adas_core.html name: adas_core.Application.Services.Interfaces nameWithType: adas_core.Application.Services.Interfaces fullName: adas_core.Application.Services.Interfaces spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.NumberUtils commentId: T:adas_core.Domain.Utils.NumberUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.NumberUtils.html name: NumberUtils nameWithType: NumberUtils fullName: adas_core.Domain.Utils.NumberUtils - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) isExternal: true href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils commentId: T:adas_core.Domain.Utils.ObjectUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.ObjectUtils.html name: ObjectUtils nameWithType: ObjectUtils fullName: adas_core.Domain.Utils.ObjectUtils - uid: adas_core.Domain.Utils commentId: N:adas_core.Domain.Utils href: adas_core.html name: adas_core.Domain.Utils nameWithType: adas_core.Domain.Utils fullName: adas_core.Domain.Utils spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html - uid: adas_core.Application.Services.LocalAuditService.#ctor* commentId: Overload:adas_core.Application.Services.LocalAuditService.#ctor href: adas_core.Application.Services.LocalAuditService.html#adas_core_Application_Services_LocalAuditService__ctor_audit_logs_Services_Interfaces_IAuditService_Microsoft_Extensions_Logging_ILogger_adas_core_Application_Services_LocalAuditService__ name: LocalAuditService nameWithType: LocalAuditService.LocalAuditService fullName: adas_core.Application.Services.LocalAuditService.LocalAuditService nameWithType.vb: LocalAuditService.New fullName.vb: adas_core.Application.Services.LocalAuditService.New name.vb: New - uid: audit_logs.Services.Interfaces.IAuditService commentId: T:audit_logs.Services.Interfaces.IAuditService parent: audit_logs.Services.Interfaces isExternal: true name: IAuditService nameWithType: IAuditService fullName: audit_logs.Services.Interfaces.IAuditService - uid: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService} commentId: T:Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.LocalAuditService} parent: Microsoft.Extensions.Logging definition: Microsoft.Extensions.Logging.ILogger`1 href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 name: ILogger nameWithType: ILogger fullName: Microsoft.Extensions.Logging.ILogger nameWithType.vb: ILogger(Of LocalAuditService) fullName.vb: Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.LocalAuditService) name.vb: ILogger(Of LocalAuditService) 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.LocalAuditService name: LocalAuditService href: adas_core.Application.Services.LocalAuditService.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.LocalAuditService name: LocalAuditService href: adas_core.Application.Services.LocalAuditService.html - name: ) - uid: audit_logs.Services.Interfaces commentId: N:audit_logs.Services.Interfaces isExternal: true name: audit_logs.Services.Interfaces nameWithType: audit_logs.Services.Interfaces fullName: audit_logs.Services.Interfaces spec.csharp: - uid: audit_logs name: audit_logs isExternal: true - name: . - uid: audit_logs.Services name: Services isExternal: true - name: . - uid: audit_logs.Services.Interfaces name: Interfaces isExternal: true spec.vb: - uid: audit_logs name: audit_logs isExternal: true - name: . - uid: audit_logs.Services name: Services isExternal: true - name: . - uid: audit_logs.Services.Interfaces name: Interfaces isExternal: true - 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 nameWithType: ILogger fullName: Microsoft.Extensions.Logging.ILogger 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: adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync* commentId: Overload:adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync href: adas_core.Application.Services.LocalAuditService.html#adas_core_Application_Services_LocalAuditService_CreateAuditLogAsync_System_Security_Claims_ClaimsPrincipal_System_Object_System_Object_System_String_ name: CreateAuditLogAsync nameWithType: LocalAuditService.CreateAuditLogAsync fullName: adas_core.Application.Services.LocalAuditService.CreateAuditLogAsync - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) commentId: M:adas_core.Application.Services.Interfaces.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) parent: adas_core.Application.Services.Interfaces.ILocalAuditService isExternal: true href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_CreateAuditLogAsync_System_Security_Claims_ClaimsPrincipal_System_Object_System_Object_System_String_ name: CreateAuditLogAsync(ClaimsPrincipal, object, object, string) nameWithType: ILocalAuditService.CreateAuditLogAsync(ClaimsPrincipal, object, object, string) fullName: adas_core.Application.Services.Interfaces.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal, object, object, string) nameWithType.vb: ILocalAuditService.CreateAuditLogAsync(ClaimsPrincipal, Object, Object, String) fullName.vb: adas_core.Application.Services.Interfaces.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal, Object, Object, String) name.vb: CreateAuditLogAsync(ClaimsPrincipal, Object, Object, String) spec.csharp: - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) name: CreateAuditLogAsync href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_CreateAuditLogAsync_System_Security_Claims_ClaimsPrincipal_System_Object_System_Object_System_String_ - name: ( - uid: System.Security.Claims.ClaimsPrincipal name: ClaimsPrincipal isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal - name: ',' - 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: ',' - 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.ILocalAuditService.CreateAuditLogAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Object,System.String) name: CreateAuditLogAsync href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_CreateAuditLogAsync_System_Security_Claims_ClaimsPrincipal_System_Object_System_Object_System_String_ - name: ( - uid: System.Security.Claims.ClaimsPrincipal name: ClaimsPrincipal isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal - name: ',' - 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: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: System.Security.Claims.ClaimsPrincipal commentId: T:System.Security.Claims.ClaimsPrincipal parent: System.Security.Claims isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal name: ClaimsPrincipal nameWithType: ClaimsPrincipal fullName: System.Security.Claims.ClaimsPrincipal - 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 commentId: T:System.Threading.Tasks.Task parent: System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task name: Task nameWithType: Task fullName: System.Threading.Tasks.Task - uid: System.Security.Claims commentId: N:System.Security.Claims isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Security.Claims nameWithType: System.Security.Claims fullName: System.Security.Claims spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Security name: Security isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security - name: . - uid: System.Security.Claims name: Claims isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security.claims spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Security name: Security isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security - name: . - uid: System.Security.Claims name: Claims isExternal: true href: https://learn.microsoft.com/dotnet/api/system.security.claims - uid: System.Threading.Tasks commentId: N:System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Threading.Tasks nameWithType: System.Threading.Tasks fullName: System.Threading.Tasks spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks - uid: adas_core.Application.Services.LocalAuditService.DeepCopyAsync* commentId: Overload:adas_core.Application.Services.LocalAuditService.DeepCopyAsync href: adas_core.Application.Services.LocalAuditService.html#adas_core_Application_Services_LocalAuditService_DeepCopyAsync__1___0_ name: DeepCopyAsync nameWithType: LocalAuditService.DeepCopyAsync fullName: adas_core.Application.Services.LocalAuditService.DeepCopyAsync - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1({T}) commentId: M:adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) parent: adas_core.Application.Services.Interfaces.ILocalAuditService definition: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_DeepCopyAsync__1___0_ name: DeepCopyAsync(T) nameWithType: ILocalAuditService.DeepCopyAsync(T) fullName: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync(T) nameWithType.vb: ILocalAuditService.DeepCopyAsync(Of T)(T) fullName.vb: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync(Of T)(T) name.vb: DeepCopyAsync(Of T)(T) spec.csharp: - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) name: DeepCopyAsync href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_DeepCopyAsync__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) name: DeepCopyAsync href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_DeepCopyAsync__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{{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 nameWithType: Task fullName: System.Threading.Tasks.Task 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.ILocalAuditService.DeepCopyAsync``1(``0) commentId: M:adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_DeepCopyAsync__1___0_ name: DeepCopyAsync(T) nameWithType: ILocalAuditService.DeepCopyAsync(T) fullName: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync(T) nameWithType.vb: ILocalAuditService.DeepCopyAsync(Of T)(T) fullName.vb: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync(Of T)(T) name.vb: DeepCopyAsync(Of T)(T) spec.csharp: - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) name: DeepCopyAsync href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_DeepCopyAsync__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.ILocalAuditService.DeepCopyAsync``1(``0) name: DeepCopyAsync href: adas_core.Application.Services.Interfaces.ILocalAuditService.html#adas_core_Application_Services_Interfaces_ILocalAuditService_DeepCopyAsync__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: T name: T nameWithType: T fullName: T - uid: System.Threading.Tasks.Task`1 commentId: T:System.Threading.Tasks.Task`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of TResult) fullName.vb: System.Threading.Tasks.Task(Of TResult) name.vb: Task(Of TResult) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - name: TResult - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - name: TResult - name: )