rama creada apartir de master en j
This commit is contained in:
@@ -0,0 +1,893 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: adas_core.Domain.Exceptions.UserNotFoundException
|
||||
commentId: T:adas_core.Domain.Exceptions.UserNotFoundException
|
||||
id: UserNotFoundException
|
||||
parent: adas_core.Domain.Exceptions
|
||||
children:
|
||||
- adas_core.Domain.Exceptions.UserNotFoundException.#ctor(System.String)
|
||||
- adas_core.Domain.Exceptions.UserNotFoundException.#ctor(System.String,System.Exception)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UserNotFoundException
|
||||
nameWithType: UserNotFoundException
|
||||
fullName: adas_core.Domain.Exceptions.UserNotFoundException
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Domain/Exceptions/UserNotFoundException.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: UserNotFoundException
|
||||
path: ../../adas-core.Domain/Exceptions/UserNotFoundException.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- adas-core.Domain
|
||||
namespace: adas_core.Domain.Exceptions
|
||||
summary: Represents a business exception that is thrown when a requested user cannot be found.
|
||||
remarks: Inherits from <xref href="adas_core.Domain.Exceptions.BusinessException" data-throw-if-not-resolved="false"></xref> to signal user lookup failures within the business domain.
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class UserNotFoundException : BusinessException, ISerializable'
|
||||
content.vb: Public Class UserNotFoundException Inherits BusinessException Implements ISerializable
|
||||
inheritance:
|
||||
- System.Object
|
||||
- System.Exception
|
||||
- System.AggregateException
|
||||
- adas_core.Domain.Exceptions.BusinessException
|
||||
implements:
|
||||
- System.Runtime.Serialization.ISerializable
|
||||
inheritedMembers:
|
||||
- System.AggregateException.Flatten
|
||||
- System.AggregateException.GetBaseException
|
||||
- System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})
|
||||
- System.AggregateException.ToString
|
||||
- System.AggregateException.InnerExceptions
|
||||
- System.AggregateException.Message
|
||||
- System.Exception.GetType
|
||||
- System.Exception.Data
|
||||
- System.Exception.HelpLink
|
||||
- System.Exception.HResult
|
||||
- System.Exception.InnerException
|
||||
- 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.Domain.Exceptions.UserNotFoundException.#ctor(System.String)
|
||||
commentId: M:adas_core.Domain.Exceptions.UserNotFoundException.#ctor(System.String)
|
||||
id: '#ctor(System.String)'
|
||||
parent: adas_core.Domain.Exceptions.UserNotFoundException
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UserNotFoundException(string)
|
||||
nameWithType: UserNotFoundException.UserNotFoundException(string)
|
||||
fullName: adas_core.Domain.Exceptions.UserNotFoundException.UserNotFoundException(string)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Domain/Exceptions/UserNotFoundException.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: .ctor
|
||||
path: ../../adas-core.Domain/Exceptions/UserNotFoundException.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- adas-core.Domain
|
||||
namespace: adas_core.Domain.Exceptions
|
||||
syntax:
|
||||
content: public UserNotFoundException(string username)
|
||||
parameters:
|
||||
- id: username
|
||||
type: System.String
|
||||
content.vb: Public Sub New(username As String)
|
||||
overload: adas_core.Domain.Exceptions.UserNotFoundException.#ctor*
|
||||
nameWithType.vb: UserNotFoundException.New(String)
|
||||
fullName.vb: adas_core.Domain.Exceptions.UserNotFoundException.New(String)
|
||||
name.vb: New(String)
|
||||
- uid: adas_core.Domain.Exceptions.UserNotFoundException.#ctor(System.String,System.Exception)
|
||||
commentId: M:adas_core.Domain.Exceptions.UserNotFoundException.#ctor(System.String,System.Exception)
|
||||
id: '#ctor(System.String,System.Exception)'
|
||||
parent: adas_core.Domain.Exceptions.UserNotFoundException
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UserNotFoundException(string, Exception)
|
||||
nameWithType: UserNotFoundException.UserNotFoundException(string, Exception)
|
||||
fullName: adas_core.Domain.Exceptions.UserNotFoundException.UserNotFoundException(string, System.Exception)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Domain/Exceptions/UserNotFoundException.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: .ctor
|
||||
path: ../../adas-core.Domain/Exceptions/UserNotFoundException.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- adas-core.Domain
|
||||
namespace: adas_core.Domain.Exceptions
|
||||
syntax:
|
||||
content: public UserNotFoundException(string username, Exception exception)
|
||||
parameters:
|
||||
- id: username
|
||||
type: System.String
|
||||
- id: exception
|
||||
type: System.Exception
|
||||
content.vb: Public Sub New(username As String, exception As Exception)
|
||||
overload: adas_core.Domain.Exceptions.UserNotFoundException.#ctor*
|
||||
nameWithType.vb: UserNotFoundException.New(String, Exception)
|
||||
fullName.vb: adas_core.Domain.Exceptions.UserNotFoundException.New(String, System.Exception)
|
||||
name.vb: New(String, Exception)
|
||||
references:
|
||||
- uid: adas_core.Domain.Exceptions.BusinessException
|
||||
commentId: T:adas_core.Domain.Exceptions.BusinessException
|
||||
parent: adas_core.Domain.Exceptions
|
||||
href: adas_core.Domain.Exceptions.BusinessException.html
|
||||
name: BusinessException
|
||||
nameWithType: BusinessException
|
||||
fullName: adas_core.Domain.Exceptions.BusinessException
|
||||
- uid: adas_core.Domain.Exceptions
|
||||
commentId: N:adas_core.Domain.Exceptions
|
||||
href: adas_core.html
|
||||
name: adas_core.Domain.Exceptions
|
||||
nameWithType: adas_core.Domain.Exceptions
|
||||
fullName: adas_core.Domain.Exceptions
|
||||
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.Exceptions
|
||||
name: Exceptions
|
||||
href: adas_core.Domain.Exceptions.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.Exceptions
|
||||
name: Exceptions
|
||||
href: adas_core.Domain.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.AggregateException
|
||||
commentId: T:System.AggregateException
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception
|
||||
name: AggregateException
|
||||
nameWithType: AggregateException
|
||||
fullName: System.AggregateException
|
||||
- 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.AggregateException.Flatten
|
||||
commentId: M:System.AggregateException.Flatten
|
||||
parent: System.AggregateException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.flatten
|
||||
name: Flatten()
|
||||
nameWithType: AggregateException.Flatten()
|
||||
fullName: System.AggregateException.Flatten()
|
||||
spec.csharp:
|
||||
- uid: System.AggregateException.Flatten
|
||||
name: Flatten
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.flatten
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.AggregateException.Flatten
|
||||
name: Flatten
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.flatten
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.AggregateException.GetBaseException
|
||||
commentId: M:System.AggregateException.GetBaseException
|
||||
parent: System.AggregateException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.getbaseexception
|
||||
name: GetBaseException()
|
||||
nameWithType: AggregateException.GetBaseException()
|
||||
fullName: System.AggregateException.GetBaseException()
|
||||
spec.csharp:
|
||||
- uid: System.AggregateException.GetBaseException
|
||||
name: GetBaseException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.getbaseexception
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.AggregateException.GetBaseException
|
||||
name: GetBaseException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.getbaseexception
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})
|
||||
commentId: M:System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})
|
||||
parent: System.AggregateException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.handle
|
||||
name: Handle(Func<Exception, bool>)
|
||||
nameWithType: AggregateException.Handle(Func<Exception, bool>)
|
||||
fullName: System.AggregateException.Handle(System.Func<System.Exception, bool>)
|
||||
nameWithType.vb: AggregateException.Handle(Func(Of Exception, Boolean))
|
||||
fullName.vb: System.AggregateException.Handle(System.Func(Of System.Exception, Boolean))
|
||||
name.vb: Handle(Func(Of Exception, Boolean))
|
||||
spec.csharp:
|
||||
- uid: System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})
|
||||
name: Handle
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.handle
|
||||
- name: (
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: <
|
||||
- uid: System.Exception
|
||||
name: Exception
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.exception
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: bool
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: '>'
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})
|
||||
name: Handle
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.handle
|
||||
- name: (
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: System.Exception
|
||||
name: Exception
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.exception
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: System.AggregateException.ToString
|
||||
commentId: M:System.AggregateException.ToString
|
||||
parent: System.AggregateException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.tostring
|
||||
name: ToString()
|
||||
nameWithType: AggregateException.ToString()
|
||||
fullName: System.AggregateException.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.AggregateException.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.AggregateException.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.AggregateException.InnerExceptions
|
||||
commentId: P:System.AggregateException.InnerExceptions
|
||||
parent: System.AggregateException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.innerexceptions
|
||||
name: InnerExceptions
|
||||
nameWithType: AggregateException.InnerExceptions
|
||||
fullName: System.AggregateException.InnerExceptions
|
||||
- uid: System.AggregateException.Message
|
||||
commentId: P:System.AggregateException.Message
|
||||
parent: System.AggregateException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.aggregateexception.message
|
||||
name: Message
|
||||
nameWithType: AggregateException.Message
|
||||
fullName: System.AggregateException.Message
|
||||
- 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.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.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.Domain.Exceptions.UserNotFoundException.#ctor*
|
||||
commentId: Overload:adas_core.Domain.Exceptions.UserNotFoundException.#ctor
|
||||
href: adas_core.Domain.Exceptions.UserNotFoundException.html#adas_core_Domain_Exceptions_UserNotFoundException__ctor_System_String_
|
||||
name: UserNotFoundException
|
||||
nameWithType: UserNotFoundException.UserNotFoundException
|
||||
fullName: adas_core.Domain.Exceptions.UserNotFoundException.UserNotFoundException
|
||||
nameWithType.vb: UserNotFoundException.New
|
||||
fullName.vb: adas_core.Domain.Exceptions.UserNotFoundException.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
|
||||
Reference in New Issue
Block a user