Show / Hide Table of Contents

Class SerializableIDevice

Represents a device for serialization to disk.

Inheritance
System.Object
SerializableIDevice
Inherited Members
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)
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
[Serializable]
public class SerializableIDevice

Properties

View Source

Alias

Gets or sets the device alias.

Declaration
public string Alias { get; set; }
Property Value
Type Description
System.String
View Source

Configuration

Gets or sets the configuration string.

Declaration
public string Configuration { get; set; }
Property Value
Type Description
System.String
View Source

ConfigurationType

Gets or sets the device configuration type.

Declaration
public string ConfigurationType { get; set; }
Property Value
Type Description
System.String
View Source

DeviceConfiguration

Gets or sets the device configuration that we are enlisted in.

Declaration
public string DeviceConfiguration { get; set; }
Property Value
Type Description
System.String
View Source

DeviceName

Gets or sets the device name.

Declaration
public string DeviceName { get; set; }
Property Value
Type Description
System.String
View Source

DeviceTypeName

Gets or sets the device type name.

Declaration
public string DeviceTypeName { get; set; }
Property Value
Type Description
System.String
View Source

Id

Gets or sets the unique identifier for the device.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

IP

Gets or sets the IP.

Declaration
public string IP { get; set; }
Property Value
Type Description
System.String
View Source

IPAddress

Gets or sets the IPAddress of this device.

Declaration
public IPAddress IPAddress { get; set; }
Property Value
Type Description
System.Net.IPAddress
View Source

PhoenixGuid

Gets or sets the device PhoenixId.

Declaration
public Guid PhoenixGuid { get; set; }
Property Value
Type Description
System.Guid
View Source

PhoenixId

Gets or sets the device PhoenixId.

Declaration
public string PhoenixId { get; set; }
Property Value
Type Description
System.String

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • View Source
In This Article
Back to top Generated by DocFX