Show / Hide Table of Contents

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 Source

Data

Gets or sets data used by the setting.

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

DeviceType

Gets or sets the device the value is valid for.

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

Name

Gets or sets the name of the setting to check.

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

Value

Gets or sets the expected value for the setting.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX