Class SettingValue
Contains information about a setting value.
Inheritance
System.Object
SettingValue
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)
System.Object.ToString()
Namespace: Phoenix.DeviceConfiguration
Assembly: Phoenix.Abstractions.DeviceConfiguration.dll
Syntax
public class SettingValue
Properties
View SourceData
Gets or sets data used by the setting.
Declaration
public string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceType
Gets or sets the device the value is valid for.
Declaration
public string DeviceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the setting to check.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the expected value for the setting.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |