879 lines
31 KiB
YAML
879 lines
31 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
id: NotFoundException
|
|
parent: adas_core.Application.Exceptions
|
|
children:
|
|
- adas_core.Application.Exceptions.NotFoundException.#ctor
|
|
- adas_core.Application.Exceptions.NotFoundException.#ctor(System.String)
|
|
- adas_core.Application.Exceptions.NotFoundException.#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: NotFoundException
|
|
nameWithType: NotFoundException
|
|
fullName: adas_core.Application.Exceptions.NotFoundException
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Exceptions/NotFoundException.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: NotFoundException
|
|
path: ../../adas-core.Application/Exceptions/NotFoundException.cs
|
|
startLine: 7
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Exceptions
|
|
summary: Represents an exception that is thrown when a requested resource or item cannot be found.
|
|
example: []
|
|
syntax:
|
|
content: 'public class NotFoundException : Exception, ISerializable'
|
|
content.vb: Public Class NotFoundException 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.NotFoundException.#ctor
|
|
commentId: M:adas_core.Application.Exceptions.NotFoundException.#ctor
|
|
id: '#ctor'
|
|
parent: adas_core.Application.Exceptions.NotFoundException
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: NotFoundException()
|
|
nameWithType: NotFoundException.NotFoundException()
|
|
fullName: adas_core.Application.Exceptions.NotFoundException.NotFoundException()
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Exceptions/NotFoundException.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Application/Exceptions/NotFoundException.cs
|
|
startLine: 12
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Exceptions
|
|
summary: Initializes a new instance of the <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref> class.
|
|
example: []
|
|
syntax:
|
|
content: public NotFoundException()
|
|
content.vb: Public Sub New()
|
|
overload: adas_core.Application.Exceptions.NotFoundException.#ctor*
|
|
nameWithType.vb: NotFoundException.New()
|
|
fullName.vb: adas_core.Application.Exceptions.NotFoundException.New()
|
|
name.vb: New()
|
|
- uid: adas_core.Application.Exceptions.NotFoundException.#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
|
commentId: M:adas_core.Application.Exceptions.NotFoundException.#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
|
id: '#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)'
|
|
parent: adas_core.Application.Exceptions.NotFoundException
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: NotFoundException(ErrorMessage)
|
|
nameWithType: NotFoundException.NotFoundException(HttpEnum.ErrorMessage)
|
|
fullName: adas_core.Application.Exceptions.NotFoundException.NotFoundException(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Exceptions/NotFoundException.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Application/Exceptions/NotFoundException.cs
|
|
startLine: 20
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Exceptions
|
|
summary: Initializes a new instance of the <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref> class with a specified error message.
|
|
example: []
|
|
syntax:
|
|
content: public NotFoundException(HttpEnum.ErrorMessage message)
|
|
parameters:
|
|
- id: message
|
|
type: adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
|
description: The message that describes the error.
|
|
content.vb: Public Sub New(message As HttpEnum.ErrorMessage)
|
|
overload: adas_core.Application.Exceptions.NotFoundException.#ctor*
|
|
nameWithType.vb: NotFoundException.New(HttpEnum.ErrorMessage)
|
|
fullName.vb: adas_core.Application.Exceptions.NotFoundException.New(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
|
name.vb: New(ErrorMessage)
|
|
- uid: adas_core.Application.Exceptions.NotFoundException.#ctor(System.String)
|
|
commentId: M:adas_core.Application.Exceptions.NotFoundException.#ctor(System.String)
|
|
id: '#ctor(System.String)'
|
|
parent: adas_core.Application.Exceptions.NotFoundException
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: NotFoundException(string)
|
|
nameWithType: NotFoundException.NotFoundException(string)
|
|
fullName: adas_core.Application.Exceptions.NotFoundException.NotFoundException(string)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Exceptions/NotFoundException.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Application/Exceptions/NotFoundException.cs
|
|
startLine: 28
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Exceptions
|
|
summary: Initializes a new instance of the <xref href="adas_core.Application.Exceptions.NotFoundException" data-throw-if-not-resolved="false"></xref> class with a specified error message.
|
|
example: []
|
|
syntax:
|
|
content: public NotFoundException(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.NotFoundException.#ctor*
|
|
nameWithType.vb: NotFoundException.New(String)
|
|
fullName.vb: adas_core.Application.Exceptions.NotFoundException.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.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.Exceptions.NotFoundException.#ctor*
|
|
commentId: Overload:adas_core.Application.Exceptions.NotFoundException.#ctor
|
|
href: adas_core.Application.Exceptions.NotFoundException.html#adas_core_Application_Exceptions_NotFoundException__ctor
|
|
name: NotFoundException
|
|
nameWithType: NotFoundException.NotFoundException
|
|
fullName: adas_core.Application.Exceptions.NotFoundException.NotFoundException
|
|
nameWithType.vb: NotFoundException.New
|
|
fullName.vb: adas_core.Application.Exceptions.NotFoundException.New
|
|
name.vb: New
|
|
- uid: adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
|
commentId: T:adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
|
parent: adas_core.Domain.Enums
|
|
href: adas_core.Domain.Enums.HttpEnum.html
|
|
name: HttpEnum.ErrorMessage
|
|
nameWithType: HttpEnum.ErrorMessage
|
|
fullName: adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.HttpEnum
|
|
name: HttpEnum
|
|
href: adas_core.Domain.Enums.HttpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
|
name: ErrorMessage
|
|
href: adas_core.Domain.Enums.HttpEnum.ErrorMessage.html
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.HttpEnum
|
|
name: HttpEnum
|
|
href: adas_core.Domain.Enums.HttpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
|
name: ErrorMessage
|
|
href: adas_core.Domain.Enums.HttpEnum.ErrorMessage.html
|
|
- uid: adas_core.Domain.Enums
|
|
commentId: N:adas_core.Domain.Enums
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Enums
|
|
nameWithType: adas_core.Domain.Enums
|
|
fullName: adas_core.Domain.Enums
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums
|
|
name: Enums
|
|
href: adas_core.Domain.Enums.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums
|
|
name: Enums
|
|
href: adas_core.Domain.Enums.html
|
|
- uid: 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
|