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 SourceAlias
Gets or sets the device alias.
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Configuration
Gets or sets the configuration string.
Declaration
public string Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConfigurationType
Gets or sets the device configuration type.
Declaration
public string ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceConfiguration
Gets or sets the device configuration that we are enlisted in.
Declaration
public string DeviceConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceName
Gets or sets the device name.
Declaration
public string DeviceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceTypeName
Gets or sets the device type name.
Declaration
public string DeviceTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the unique identifier for the device.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IP
Gets or sets the IP.
Declaration
public string IP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IPAddress
Gets or sets the IPAddress of this device.
Declaration
public IPAddress IPAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
PhoenixGuid
Gets or sets the device PhoenixId.
Declaration
public Guid PhoenixGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PhoenixId
Gets or sets the device PhoenixId.
Declaration
public string PhoenixId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()