rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -0,0 +1,922 @@
### YamlMime:ManagedReference
items:
- uid: adas_core.module.Relays.Models.PowerOutletsConfig
commentId: T:adas_core.module.Relays.Models.PowerOutletsConfig
id: PowerOutletsConfig
parent: adas_core.module.Relays.Models
children:
- adas_core.module.Relays.Models.PowerOutletsConfig.IconType
- adas_core.module.Relays.Models.PowerOutletsConfig.Id
- adas_core.module.Relays.Models.PowerOutletsConfig.Name
- adas_core.module.Relays.Models.PowerOutletsConfig.Outlet
- adas_core.module.Relays.Models.PowerOutletsConfig.PowerOffEnabled
- adas_core.module.Relays.Models.PowerOutletsConfig.ResetEnabled
- adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet
- adas_core.module.Relays.Models.PowerOutletsConfig.ToString
- adas_core.module.Relays.Models.PowerOutletsConfig.Type
langs:
- csharp
- vb
name: PowerOutletsConfig
nameWithType: PowerOutletsConfig
fullName: adas_core.module.Relays.Models.PowerOutletsConfig
type: Class
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PowerOutletsConfig
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 9
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: >-
Represents the configuration settings for power outlets in a relay system.
This class includes properties to enable or disable power off and reset functionalities,
as well as details about the outlet such as its ID, name, type, and whether to show the power outlet in the user interface.
example: []
syntax:
content: public class PowerOutletsConfig
content.vb: Public Class PowerOutletsConfig
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)
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.module.Relays.Models.PowerOutletsConfig.PowerOffEnabled
commentId: F:adas_core.module.Relays.Models.PowerOutletsConfig.PowerOffEnabled
id: PowerOffEnabled
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: PowerOffEnabled
nameWithType: PowerOutletsConfig.PowerOffEnabled
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.PowerOffEnabled
type: Field
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PowerOffEnabled
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 16
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: >-
Indicates whether the power off functionality is enabled for the outlet.
If true, the outlet can be powered off remotely.
If false, the outlet will remain powered on and cannot be turned off remotely.
example: []
syntax:
content: public bool PowerOffEnabled
return:
type: System.Boolean
content.vb: Public PowerOffEnabled As Boolean
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.ResetEnabled
commentId: F:adas_core.module.Relays.Models.PowerOutletsConfig.ResetEnabled
id: ResetEnabled
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: ResetEnabled
nameWithType: PowerOutletsConfig.ResetEnabled
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.ResetEnabled
type: Field
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ResetEnabled
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 21
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: Indicates whether the reset functionality is enabled for the outlet.
example: []
syntax:
content: public bool ResetEnabled
return:
type: System.Boolean
content.vb: Public ResetEnabled As Boolean
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.Id
commentId: P:adas_core.module.Relays.Models.PowerOutletsConfig.Id
id: Id
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: Id
nameWithType: PowerOutletsConfig.Id
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Id
type: Property
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 27
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: >-
The unique identifier for the power outlet configuration.
This ID is used to distinguish between different outlet configurations within the relay system.
example: []
syntax:
content: public int Id { get; set; }
parameters: []
return:
type: System.Int32
content.vb: Public Property Id As Integer
overload: adas_core.module.Relays.Models.PowerOutletsConfig.Id*
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.Name
commentId: P:adas_core.module.Relays.Models.PowerOutletsConfig.Name
id: Name
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: Name
nameWithType: PowerOutletsConfig.Name
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Name
type: Property
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Name
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 32
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: The name of the power outlet. This is a user-friendly name that can be displayed in the user interface to identify the outlet.
example: []
syntax:
content: public string Name { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Name As String
overload: adas_core.module.Relays.Models.PowerOutletsConfig.Name*
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.Outlet
commentId: P:adas_core.module.Relays.Models.PowerOutletsConfig.Outlet
id: Outlet
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: Outlet
nameWithType: PowerOutletsConfig.Outlet
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Outlet
type: Property
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Outlet
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 37
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: The outlet number or identifier that corresponds to the physical outlet in the relay system.
example: []
syntax:
content: public int Outlet { get; set; }
parameters: []
return:
type: System.Int32
content.vb: Public Property Outlet As Integer
overload: adas_core.module.Relays.Models.PowerOutletsConfig.Outlet*
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.Type
commentId: P:adas_core.module.Relays.Models.PowerOutletsConfig.Type
id: Type
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: Type
nameWithType: PowerOutletsConfig.Type
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Type
type: Property
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Type
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 42
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: The type of the outlet, which can be used to specify the kind of device or functionality associated with the outlet.
example: []
syntax:
content: public string Type { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Type As String
overload: adas_core.module.Relays.Models.PowerOutletsConfig.Type*
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.IconType
commentId: P:adas_core.module.Relays.Models.PowerOutletsConfig.IconType
id: IconType
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: IconType
nameWithType: PowerOutletsConfig.IconType
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.IconType
type: Property
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IconType
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 48
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: >-
The type of icon to be displayed for the outlet in the user interface.
This can be used to visually represent the outlet based on its type or functionality.
example: []
syntax:
content: public string? IconType { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property IconType As String
overload: adas_core.module.Relays.Models.PowerOutletsConfig.IconType*
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet
commentId: P:adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet
id: ShowPowerOutlet
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: ShowPowerOutlet
nameWithType: PowerOutletsConfig.ShowPowerOutlet
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet
type: Property
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ShowPowerOutlet
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 53
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: Indicates whether the power outlet should be shown in the user interface.
example: []
syntax:
content: public bool ShowPowerOutlet { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property ShowPowerOutlet As Boolean
overload: adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet*
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.ToString
commentId: M:adas_core.module.Relays.Models.PowerOutletsConfig.ToString
id: ToString
parent: adas_core.module.Relays.Models.PowerOutletsConfig
langs:
- csharp
- vb
name: ToString()
nameWithType: PowerOutletsConfig.ToString()
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.ToString()
type: Method
source:
remote:
path: adas-core.module.Relays/Models/PowerOutletsConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ToString
path: ../../adas-core.module.Relays/Models/PowerOutletsConfig.cs
startLine: 59
assemblies:
- adas-core.module.Relays
namespace: adas_core.module.Relays.Models
summary: String representation of the PowerOutletsConfig object, including its ID, name, outlet number, and type.
example: []
syntax:
content: public override string ToString()
return:
type: System.String
description: A string representation of the PowerOutletsConfig object.
content.vb: Public Overrides Function ToString() As String
overridden: System.Object.ToString
overload: adas_core.module.Relays.Models.PowerOutletsConfig.ToString*
references:
- uid: adas_core.module.Relays.Models
commentId: N:adas_core.module.Relays.Models
href: adas_core.html
name: adas_core.module.Relays.Models
nameWithType: adas_core.module.Relays.Models
fullName: adas_core.module.Relays.Models
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.module
name: module
href: adas_core.module.html
- name: .
- uid: adas_core.module.Relays
name: Relays
href: adas_core.module.Relays.html
- name: .
- uid: adas_core.module.Relays.Models
name: Models
href: adas_core.module.Relays.Models.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.module
name: module
href: adas_core.module.html
- name: .
- uid: adas_core.module.Relays
name: Relays
href: adas_core.module.Relays.html
- name: .
- uid: adas_core.module.Relays.Models
name: Models
href: adas_core.module.Relays.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.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: 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.module.Relays.Models.PowerOutletsConfig.Id*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.Id
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_Id
name: Id
nameWithType: PowerOutletsConfig.Id
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Id
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.Name*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.Name
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_Name
name: Name
nameWithType: PowerOutletsConfig.Name
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Name
- 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.module.Relays.Models.PowerOutletsConfig.Outlet*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.Outlet
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_Outlet
name: Outlet
nameWithType: PowerOutletsConfig.Outlet
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Outlet
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.Type*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.Type
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_Type
name: Type
nameWithType: PowerOutletsConfig.Type
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.Type
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.IconType*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.IconType
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_IconType
name: IconType
nameWithType: PowerOutletsConfig.IconType
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.IconType
- uid: adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_ShowPowerOutlet
name: ShowPowerOutlet
nameWithType: PowerOutletsConfig.ShowPowerOutlet
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.ShowPowerOutlet
- 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: adas_core.module.Relays.Models.PowerOutletsConfig.ToString*
commentId: Overload:adas_core.module.Relays.Models.PowerOutletsConfig.ToString
href: adas_core.module.Relays.Models.PowerOutletsConfig.html#adas_core_module_Relays_Models_PowerOutletsConfig_ToString
name: ToString
nameWithType: PowerOutletsConfig.ToString
fullName: adas_core.module.Relays.Models.PowerOutletsConfig.ToString