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 SourceActualValue
Gets or sets the actual value of the setting being checked.
Declaration
public string ActualValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpectedValue
Gets or sets the expected value of the setting being checked.
Declaration
public string ExpectedValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Message
Gets or sets an optional message for the result.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SettingName
Gets or sets the name of the setting being checked.
Declaration
public string SettingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |