Files
adas-core/Documentation/docs/api/adas_core.Authentication.Models.UciResponse-1.yml
T
2026-06-26 10:29:23 +02:00

1029 lines
38 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Authentication.Models.UciResponse`1
commentId: T:adas_core.Authentication.Models.UciResponse`1
id: UciResponse`1
parent: adas_core.Authentication.Models
children:
- adas_core.Authentication.Models.UciResponse`1.#ctor
- adas_core.Authentication.Models.UciResponse`1.#ctor(`0)
- adas_core.Authentication.Models.UciResponse`1.Data
- adas_core.Authentication.Models.UciResponse`1.Date
- adas_core.Authentication.Models.UciResponse`1.Error
- adas_core.Authentication.Models.UciResponse`1.FromError(System.Exception)
- adas_core.Authentication.Models.UciResponse`1.FromError(System.String,System.String)
- adas_core.Authentication.Models.UciResponse`1.FromSuccess(`0)
- adas_core.Authentication.Models.UciResponse`1.Message
- adas_core.Authentication.Models.UciResponse`1.Success
langs:
- csharp
- vb
name: UciResponse<T>
nameWithType: UciResponse<T>
fullName: adas_core.Authentication.Models.UciResponse<T>
type: Class
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UciResponse
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 6
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
summary: Represents a generic response in the Universal Chess Interface (UCI) protocol, encapsulating a payload of type <code class="typeparamref">T</code>.
example: []
syntax:
content: public class UciResponse<T>
typeParameters:
- id: T
description: The type of the response payload.
content.vb: Public Class UciResponse(Of T)
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
nameWithType.vb: UciResponse(Of T)
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T)
name.vb: UciResponse(Of T)
- uid: adas_core.Authentication.Models.UciResponse`1.#ctor
commentId: M:adas_core.Authentication.Models.UciResponse`1.#ctor
id: '#ctor'
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: UciResponse()
nameWithType: UciResponse<T>.UciResponse()
fullName: adas_core.Authentication.Models.UciResponse<T>.UciResponse()
type: Constructor
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 8
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: protected UciResponse()
content.vb: Protected Sub New()
overload: adas_core.Authentication.Models.UciResponse`1.#ctor*
nameWithType.vb: UciResponse(Of T).New()
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).New()
name.vb: New()
- uid: adas_core.Authentication.Models.UciResponse`1.#ctor(`0)
commentId: M:adas_core.Authentication.Models.UciResponse`1.#ctor(`0)
id: '#ctor(`0)'
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: UciResponse(T)
nameWithType: UciResponse<T>.UciResponse(T)
fullName: adas_core.Authentication.Models.UciResponse<T>.UciResponse(T)
type: Constructor
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 12
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: protected UciResponse(T entity)
parameters:
- id: entity
type: '{T}'
content.vb: Protected Sub New(entity As T)
overload: adas_core.Authentication.Models.UciResponse`1.#ctor*
nameWithType.vb: UciResponse(Of T).New(T)
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).New(T)
name.vb: New(T)
- uid: adas_core.Authentication.Models.UciResponse`1.Error
commentId: P:adas_core.Authentication.Models.UciResponse`1.Error
id: Error
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: Error
nameWithType: UciResponse<T>.Error
fullName: adas_core.Authentication.Models.UciResponse<T>.Error
type: Property
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Error
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 20
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: public string? Error { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property [Error] As String
overload: adas_core.Authentication.Models.UciResponse`1.Error*
nameWithType.vb: UciResponse(Of T).Error
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Error
- uid: adas_core.Authentication.Models.UciResponse`1.Date
commentId: P:adas_core.Authentication.Models.UciResponse`1.Date
id: Date
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: Date
nameWithType: UciResponse<T>.Date
fullName: adas_core.Authentication.Models.UciResponse<T>.Date
type: Property
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Date
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 21
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: public DateTime Date { get; set; }
parameters: []
return:
type: System.DateTime
content.vb: Public Property [Date] As Date
overload: adas_core.Authentication.Models.UciResponse`1.Date*
nameWithType.vb: UciResponse(Of T).Date
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Date
- uid: adas_core.Authentication.Models.UciResponse`1.Success
commentId: P:adas_core.Authentication.Models.UciResponse`1.Success
id: Success
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: Success
nameWithType: UciResponse<T>.Success
fullName: adas_core.Authentication.Models.UciResponse<T>.Success
type: Property
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Success
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 22
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: public bool Success { get; protected set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property Success As Boolean
overload: adas_core.Authentication.Models.UciResponse`1.Success*
nameWithType.vb: UciResponse(Of T).Success
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Success
- uid: adas_core.Authentication.Models.UciResponse`1.Message
commentId: P:adas_core.Authentication.Models.UciResponse`1.Message
id: Message
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: Message
nameWithType: UciResponse<T>.Message
fullName: adas_core.Authentication.Models.UciResponse<T>.Message
type: Property
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Message
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 23
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: public string? Message { get; protected set; }
parameters: []
return:
type: System.String
content.vb: Public Property Message As String
overload: adas_core.Authentication.Models.UciResponse`1.Message*
nameWithType.vb: UciResponse(Of T).Message
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Message
- uid: adas_core.Authentication.Models.UciResponse`1.Data
commentId: P:adas_core.Authentication.Models.UciResponse`1.Data
id: Data
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: Data
nameWithType: UciResponse<T>.Data
fullName: adas_core.Authentication.Models.UciResponse<T>.Data
type: Property
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Data
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 24
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
syntax:
content: public T? Data { get; protected set; }
parameters: []
return:
type: '{T}'
content.vb: Public Property Data As T
overload: adas_core.Authentication.Models.UciResponse`1.Data*
nameWithType.vb: UciResponse(Of T).Data
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Data
- uid: adas_core.Authentication.Models.UciResponse`1.FromSuccess(`0)
commentId: M:adas_core.Authentication.Models.UciResponse`1.FromSuccess(`0)
id: FromSuccess(`0)
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: FromSuccess(T)
nameWithType: UciResponse<T>.FromSuccess(T)
fullName: adas_core.Authentication.Models.UciResponse<T>.FromSuccess(T)
type: Method
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FromSuccess
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 32
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
summary: Creates a successful <xref href="adas_core.Authentication.Models.UciResponse%601" data-throw-if-not-resolved="false"></xref> wrapping the specified entity.
example: []
syntax:
content: public static UciResponse<T> FromSuccess(T entity)
parameters:
- id: entity
type: '{T}'
description: The entity to include in the response payload.
return:
type: adas_core.Authentication.Models.UciResponse`1
description: A <xref href="adas_core.Authentication.Models.UciResponse%601" data-throw-if-not-resolved="false"></xref> containing the provided entity.
content.vb: Public Shared Function FromSuccess(entity As T) As UciResponse(Of T)
overload: adas_core.Authentication.Models.UciResponse`1.FromSuccess*
nameWithType.vb: UciResponse(Of T).FromSuccess(T)
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).FromSuccess(T)
- uid: adas_core.Authentication.Models.UciResponse`1.FromError(System.Exception)
commentId: M:adas_core.Authentication.Models.UciResponse`1.FromError(System.Exception)
id: FromError(System.Exception)
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: FromError(Exception)
nameWithType: UciResponse<T>.FromError(Exception)
fullName: adas_core.Authentication.Models.UciResponse<T>.FromError(System.Exception)
type: Method
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FromError
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 43
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
summary: Creates a <xref href="adas_core.Authentication.Models.UciResponse%601" data-throw-if-not-resolved="false"></xref> representing an error state derived from the supplied exception, using the exception's type name (with the "Exception" suffix stripped) as the error code and its message as the error description.
example: []
syntax:
content: public static UciResponse<T> FromError(Exception ex)
parameters:
- id: ex
type: System.Exception
description: The exception whose type name and message are used to populate the error response.
return:
type: adas_core.Authentication.Models.UciResponse`1
description: A <xref href="adas_core.Authentication.Models.UciResponse%601" data-throw-if-not-resolved="false"></xref> containing the cleaned exception type name and the exception message as the error details.
content.vb: Public Shared Function FromError(ex As Exception) As UciResponse(Of T)
overload: adas_core.Authentication.Models.UciResponse`1.FromError*
nameWithType.vb: UciResponse(Of T).FromError(Exception)
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).FromError(System.Exception)
- uid: adas_core.Authentication.Models.UciResponse`1.FromError(System.String,System.String)
commentId: M:adas_core.Authentication.Models.UciResponse`1.FromError(System.String,System.String)
id: FromError(System.String,System.String)
parent: adas_core.Authentication.Models.UciResponse`1
langs:
- csharp
- vb
name: FromError(string, string?)
nameWithType: UciResponse<T>.FromError(string, string?)
fullName: adas_core.Authentication.Models.UciResponse<T>.FromError(string, string?)
type: Method
source:
remote:
path: adas-core.Authentication/Models/UciResponse.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FromError
path: ../../adas-core.Authentication/Models/UciResponse.cs
startLine: 57
assemblies:
- adas-core.Authentication
namespace: adas_core.Authentication.Models
summary: Creates a <xref href="adas_core.Authentication.Models.UciResponse%601" data-throw-if-not-resolved="false"></xref> instance representing a failed operation, populating the error information and an optional descriptive message.
example: []
syntax:
content: public static UciResponse<T> FromError(string error, string? message = null)
parameters:
- id: error
type: System.String
description: The error code or identifier describing the failure.
- id: message
type: System.String
description: An optional human-readable message providing additional context about the error.
return:
type: adas_core.Authentication.Models.UciResponse`1
description: A <xref href="adas_core.Authentication.Models.UciResponse%601" data-throw-if-not-resolved="false"></xref> with <code>Success</code> set to <code>false</code>, the specified <code class="paramref">error</code>, and the optional <code class="paramref">message</code>.
content.vb: Public Shared Function FromError([error] As String, message As String = Nothing) As UciResponse(Of T)
overload: adas_core.Authentication.Models.UciResponse`1.FromError*
nameWithType.vb: UciResponse(Of T).FromError(String, String)
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).FromError(String, String)
name.vb: FromError(String, String)
references:
- uid: adas_core.Authentication.Models
commentId: N:adas_core.Authentication.Models
href: adas_core.html
name: adas_core.Authentication.Models
nameWithType: adas_core.Authentication.Models
fullName: adas_core.Authentication.Models
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Authentication
name: Authentication
href: adas_core.Authentication.html
- name: .
- uid: adas_core.Authentication.Models
name: Models
href: adas_core.Authentication.Models.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Authentication
name: Authentication
href: adas_core.Authentication.html
- name: .
- uid: adas_core.Authentication.Models
name: Models
href: adas_core.Authentication.Models.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.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
parent: adas_core.Domain.Utils.ObjectUtils
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: adas_core.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.Authentication.Models.UciResponse`1.#ctor*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.#ctor
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1__ctor
name: UciResponse
nameWithType: UciResponse<T>.UciResponse
fullName: adas_core.Authentication.Models.UciResponse<T>.UciResponse
nameWithType.vb: UciResponse(Of T).New
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).New
name.vb: New
- uid: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
- uid: T
name: T
nameWithType: T
fullName: T
- uid: adas_core.Authentication.Models.UciResponse`1.Error*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.Error
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_Error
name: Error
nameWithType: UciResponse<T>.Error
fullName: adas_core.Authentication.Models.UciResponse<T>.Error
nameWithType.vb: UciResponse(Of T).Error
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Error
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: adas_core.Authentication.Models.UciResponse`1.Date*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.Date
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_Date
name: Date
nameWithType: UciResponse<T>.Date
fullName: adas_core.Authentication.Models.UciResponse<T>.Date
nameWithType.vb: UciResponse(Of T).Date
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Date
- uid: System.DateTime
commentId: T:System.DateTime
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime
nameWithType: DateTime
fullName: System.DateTime
nameWithType.vb: Date
fullName.vb: Date
name.vb: Date
- uid: adas_core.Authentication.Models.UciResponse`1.Success*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.Success
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_Success
name: Success
nameWithType: UciResponse<T>.Success
fullName: adas_core.Authentication.Models.UciResponse<T>.Success
nameWithType.vb: UciResponse(Of T).Success
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Success
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: adas_core.Authentication.Models.UciResponse`1.Message*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.Message
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_Message
name: Message
nameWithType: UciResponse<T>.Message
fullName: adas_core.Authentication.Models.UciResponse<T>.Message
nameWithType.vb: UciResponse(Of T).Message
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Message
- uid: adas_core.Authentication.Models.UciResponse`1.Data*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.Data
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_Data
name: Data
nameWithType: UciResponse<T>.Data
fullName: adas_core.Authentication.Models.UciResponse<T>.Data
nameWithType.vb: UciResponse(Of T).Data
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).Data
- uid: adas_core.Authentication.Models.UciResponse`1
commentId: T:adas_core.Authentication.Models.UciResponse`1
parent: adas_core.Authentication.Models
href: adas_core.Authentication.Models.UciResponse-1.html
name: UciResponse<T>
nameWithType: UciResponse<T>
fullName: adas_core.Authentication.Models.UciResponse<T>
nameWithType.vb: UciResponse(Of T)
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T)
name.vb: UciResponse(Of T)
spec.csharp:
- uid: adas_core.Authentication.Models.UciResponse`1
name: UciResponse
href: adas_core.Authentication.Models.UciResponse-1.html
- name: <
- name: T
- name: '>'
spec.vb:
- uid: adas_core.Authentication.Models.UciResponse`1
name: UciResponse
href: adas_core.Authentication.Models.UciResponse-1.html
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: adas_core.Authentication.Models.UciResponse`1.FromSuccess*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.FromSuccess
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_FromSuccess__0_
name: FromSuccess
nameWithType: UciResponse<T>.FromSuccess
fullName: adas_core.Authentication.Models.UciResponse<T>.FromSuccess
nameWithType.vb: UciResponse(Of T).FromSuccess
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).FromSuccess
- uid: adas_core.Authentication.Models.UciResponse`1.FromError*
commentId: Overload:adas_core.Authentication.Models.UciResponse`1.FromError
href: adas_core.Authentication.Models.UciResponse-1.html#adas_core_Authentication_Models_UciResponse_1_FromError_System_Exception_
name: FromError
nameWithType: UciResponse<T>.FromError
fullName: adas_core.Authentication.Models.UciResponse<T>.FromError
nameWithType.vb: UciResponse(Of T).FromError
fullName.vb: adas_core.Authentication.Models.UciResponse(Of T).FromError
- 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