Show / Hide Table of Contents

Class DeviceConfigResult

Contains the results of a Device Config check method.

Inheritance
System.Object
DeviceConfigResult
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 DeviceConfigResult

Properties

View Source

ActualValue

Gets or sets the actual value of the setting being checked.

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

ExpectedValue

Gets or sets the expected value of the setting being checked.

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

IsCorrect

Gets or sets a value indicating whether the result of the check.

Declaration
public bool IsCorrect { get; set; }
Property Value
Type Description
System.Boolean
View Source

Message

Gets or sets an optional message for the result.

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

SettingName

Gets or sets the name of the setting being checked.

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