rama creada apartir de master en j
This commit is contained in:
@@ -0,0 +1,846 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: adas_core.Application.Exceptions.ConflictException
|
||||
commentId: T:adas_core.Application.Exceptions.ConflictException
|
||||
id: ConflictException
|
||||
parent: adas_core.Application.Exceptions
|
||||
children:
|
||||
- adas_core.Application.Exceptions.ConflictException.#ctor(System.String)
|
||||
- adas_core.Application.Exceptions.ConflictException.#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ConflictException
|
||||
nameWithType: ConflictException
|
||||
fullName: adas_core.Application.Exceptions.ConflictException
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Exceptions/ConflictException.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: ConflictException
|
||||
path: ../../adas-core.Application/Exceptions/ConflictException.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Exceptions
|
||||
summary: Represents an exception that is thrown when a conflict is encountered, such as a resource state mismatch or a duplicate entry.
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class ConflictException : Exception, ISerializable'
|
||||
content.vb: Public Class ConflictException 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.ConflictException.#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
||||
commentId: M:adas_core.Application.Exceptions.ConflictException.#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
||||
id: '#ctor(adas_core.Domain.Enums.HttpEnum.ErrorMessage)'
|
||||
parent: adas_core.Application.Exceptions.ConflictException
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ConflictException(ErrorMessage)
|
||||
nameWithType: ConflictException.ConflictException(HttpEnum.ErrorMessage)
|
||||
fullName: adas_core.Application.Exceptions.ConflictException.ConflictException(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Exceptions/ConflictException.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: .ctor
|
||||
path: ../../adas-core.Application/Exceptions/ConflictException.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Exceptions
|
||||
summary: Initializes a new instance of the <xref href="adas_core.Application.Exceptions.ConflictException" data-throw-if-not-resolved="false"></xref> class with a specified error message.
|
||||
example: []
|
||||
syntax:
|
||||
content: public ConflictException(HttpEnum.ErrorMessage message)
|
||||
parameters:
|
||||
- id: message
|
||||
type: adas_core.Domain.Enums.HttpEnum.ErrorMessage
|
||||
description: The error message that describes the conflict.
|
||||
content.vb: Public Sub New(message As HttpEnum.ErrorMessage)
|
||||
overload: adas_core.Application.Exceptions.ConflictException.#ctor*
|
||||
nameWithType.vb: ConflictException.New(HttpEnum.ErrorMessage)
|
||||
fullName.vb: adas_core.Application.Exceptions.ConflictException.New(adas_core.Domain.Enums.HttpEnum.ErrorMessage)
|
||||
name.vb: New(ErrorMessage)
|
||||
- uid: adas_core.Application.Exceptions.ConflictException.#ctor(System.String)
|
||||
commentId: M:adas_core.Application.Exceptions.ConflictException.#ctor(System.String)
|
||||
id: '#ctor(System.String)'
|
||||
parent: adas_core.Application.Exceptions.ConflictException
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ConflictException(string)
|
||||
nameWithType: ConflictException.ConflictException(string)
|
||||
fullName: adas_core.Application.Exceptions.ConflictException.ConflictException(string)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Exceptions/ConflictException.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: .ctor
|
||||
path: ../../adas-core.Application/Exceptions/ConflictException.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Exceptions
|
||||
summary: Initializes a new instance of the <xref href="adas_core.Application.Exceptions.ConflictException" data-throw-if-not-resolved="false"></xref> class with a specified error message.
|
||||
example: []
|
||||
syntax:
|
||||
content: public ConflictException(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.ConflictException.#ctor*
|
||||
nameWithType.vb: ConflictException.New(String)
|
||||
fullName.vb: adas_core.Application.Exceptions.ConflictException.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.ConflictException
|
||||
commentId: T:adas_core.Application.Exceptions.ConflictException
|
||||
href: adas_core.Application.Exceptions.ConflictException.html
|
||||
name: ConflictException
|
||||
nameWithType: ConflictException
|
||||
fullName: adas_core.Application.Exceptions.ConflictException
|
||||
- uid: adas_core.Application.Exceptions.ConflictException.#ctor*
|
||||
commentId: Overload:adas_core.Application.Exceptions.ConflictException.#ctor
|
||||
href: adas_core.Application.Exceptions.ConflictException.html#adas_core_Application_Exceptions_ConflictException__ctor_adas_core_Domain_Enums_HttpEnum_ErrorMessage_
|
||||
name: ConflictException
|
||||
nameWithType: ConflictException.ConflictException
|
||||
fullName: adas_core.Application.Exceptions.ConflictException.ConflictException
|
||||
nameWithType.vb: ConflictException.New
|
||||
fullName.vb: adas_core.Application.Exceptions.ConflictException.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
|
||||
Reference in New Issue
Block a user