rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -0,0 +1,751 @@
### YamlMime:ManagedReference
items:
- uid: adas_core.Application.Exceptions.ApiRequestException
commentId: T:adas_core.Application.Exceptions.ApiRequestException
id: ApiRequestException
parent: adas_core.Application.Exceptions
children:
- adas_core.Application.Exceptions.ApiRequestException.#ctor(System.String)
langs:
- csharp
- vb
name: ApiRequestException
nameWithType: ApiRequestException
fullName: adas_core.Application.Exceptions.ApiRequestException
type: Class
source:
remote:
path: adas-core.Application/Exceptions/APIRequestException.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ApiRequestException
path: ../../adas-core.Application/Exceptions/APIRequestException.cs
startLine: 6
assemblies:
- adas-core.Application
namespace: adas_core.Application.Exceptions
summary: Represents errors that occur during API request processing, wrapping a descriptive message.
example: []
syntax:
content: 'public class ApiRequestException : Exception, ISerializable'
content.vb: Public Class ApiRequestException Inherits Exception Implements ISerializable
inheritance:
- System.Object
- System.Exception
implements:
- System.Runtime.Serialization.ISerializable
inheritedMembers:
- System.Exception.GetBaseException
- System.Exception.GetType
- System.Exception.ToString
- System.Exception.Data
- System.Exception.HelpLink
- System.Exception.HResult
- System.Exception.InnerException
- System.Exception.Message
- System.Exception.Source
- System.Exception.StackTrace
- System.Exception.TargetSite
- System.Exception.SerializeObjectState
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
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.Exceptions.ApiRequestException.#ctor(System.String)
commentId: M:adas_core.Application.Exceptions.ApiRequestException.#ctor(System.String)
id: '#ctor(System.String)'
parent: adas_core.Application.Exceptions.ApiRequestException
langs:
- csharp
- vb
name: ApiRequestException(string)
nameWithType: ApiRequestException.ApiRequestException(string)
fullName: adas_core.Application.Exceptions.ApiRequestException.ApiRequestException(string)
type: Constructor
source:
remote:
path: adas-core.Application/Exceptions/APIRequestException.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Application/Exceptions/APIRequestException.cs
startLine: 6
assemblies:
- adas-core.Application
namespace: adas_core.Application.Exceptions
summary: Represents errors that occur during API request processing, wrapping a descriptive message.
example: []
syntax:
content: public ApiRequestException(string message)
parameters:
- id: message
type: System.String
description: The message that describes the error.
content.vb: Public Sub New(message As String)
overload: adas_core.Application.Exceptions.ApiRequestException.#ctor*
nameWithType.vb: ApiRequestException.New(String)
fullName.vb: adas_core.Application.Exceptions.ApiRequestException.New(String)
name.vb: New(String)
references:
- uid: adas_core.Application.Exceptions
commentId: N:adas_core.Application.Exceptions
href: adas_core.html
name: adas_core.Application.Exceptions
nameWithType: adas_core.Application.Exceptions
fullName: adas_core.Application.Exceptions
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.Exceptions
name: Exceptions
href: adas_core.Application.Exceptions.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.Exceptions
name: Exceptions
href: adas_core.Application.Exceptions.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.Exception
commentId: T:System.Exception
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception
name: Exception
nameWithType: Exception
fullName: System.Exception
- uid: System.Runtime.Serialization.ISerializable
commentId: T:System.Runtime.Serialization.ISerializable
parent: System.Runtime.Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable
name: ISerializable
nameWithType: ISerializable
fullName: System.Runtime.Serialization.ISerializable
- uid: System.Exception.GetBaseException
commentId: M:System.Exception.GetBaseException
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception
name: GetBaseException()
nameWithType: Exception.GetBaseException()
fullName: System.Exception.GetBaseException()
spec.csharp:
- uid: System.Exception.GetBaseException
name: GetBaseException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception
- name: (
- name: )
spec.vb:
- uid: System.Exception.GetBaseException
name: GetBaseException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception
- name: (
- name: )
- uid: System.Exception.GetType
commentId: M:System.Exception.GetType
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.gettype
name: GetType()
nameWithType: Exception.GetType()
fullName: System.Exception.GetType()
spec.csharp:
- uid: System.Exception.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.gettype
- name: (
- name: )
spec.vb:
- uid: System.Exception.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.gettype
- name: (
- name: )
- uid: System.Exception.ToString
commentId: M:System.Exception.ToString
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.tostring
name: ToString()
nameWithType: Exception.ToString()
fullName: System.Exception.ToString()
spec.csharp:
- uid: System.Exception.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.tostring
- name: (
- name: )
spec.vb:
- uid: System.Exception.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.tostring
- name: (
- name: )
- uid: System.Exception.Data
commentId: P:System.Exception.Data
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.data
name: Data
nameWithType: Exception.Data
fullName: System.Exception.Data
- uid: System.Exception.HelpLink
commentId: P:System.Exception.HelpLink
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.helplink
name: HelpLink
nameWithType: Exception.HelpLink
fullName: System.Exception.HelpLink
- uid: System.Exception.HResult
commentId: P:System.Exception.HResult
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.hresult
name: HResult
nameWithType: Exception.HResult
fullName: System.Exception.HResult
- uid: System.Exception.InnerException
commentId: P:System.Exception.InnerException
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.innerexception
name: InnerException
nameWithType: Exception.InnerException
fullName: System.Exception.InnerException
- uid: System.Exception.Message
commentId: P:System.Exception.Message
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.message
name: Message
nameWithType: Exception.Message
fullName: System.Exception.Message
- uid: System.Exception.Source
commentId: P:System.Exception.Source
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.source
name: Source
nameWithType: Exception.Source
fullName: System.Exception.Source
- uid: System.Exception.StackTrace
commentId: P:System.Exception.StackTrace
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace
name: StackTrace
nameWithType: Exception.StackTrace
fullName: System.Exception.StackTrace
- uid: System.Exception.TargetSite
commentId: P:System.Exception.TargetSite
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite
name: TargetSite
nameWithType: Exception.TargetSite
fullName: System.Exception.TargetSite
- uid: System.Exception.SerializeObjectState
commentId: E:System.Exception.SerializeObjectState
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate
name: SerializeObjectState
nameWithType: Exception.SerializeObjectState
fullName: System.Exception.SerializeObjectState
- 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.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.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: System.Runtime.Serialization
commentId: N:System.Runtime.Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Runtime.Serialization
nameWithType: System.Runtime.Serialization
fullName: System.Runtime.Serialization
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Runtime
name: Runtime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime
- name: .
- uid: System.Runtime.Serialization
name: Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Runtime
name: Runtime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime
- name: .
- uid: System.Runtime.Serialization
name: Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization
- 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.Exceptions.ApiRequestException.#ctor*
commentId: Overload:adas_core.Application.Exceptions.ApiRequestException.#ctor
href: adas_core.Application.Exceptions.ApiRequestException.html#adas_core_Application_Exceptions_ApiRequestException__ctor_System_String_
name: ApiRequestException
nameWithType: ApiRequestException.ApiRequestException
fullName: adas_core.Application.Exceptions.ApiRequestException.ApiRequestException
nameWithType.vb: ApiRequestException.New
fullName.vb: adas_core.Application.Exceptions.ApiRequestException.New
name.vb: New
- 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