Otter SDK Reference
Version:

Difference Class

Represents a difference between two configuration values.

Inheritance Hierarchy

  • object
    • Inedo.Otter.Extensibility.Configurations.Difference

Syntax

public class Difference

Constructors

Name Description
Difference(string name, object templateValue, object objectValue)

Initializes a new instance of the Difference class.

Properties

Name Description
ActualValue

Gets the actual value.

Name

Gets the name.

TemplateValue

Gets the template value.