Table of Contents

Class ConcurrencyConflictValue

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll
public class ConcurrencyConflictValue
Inheritance
ConcurrencyConflictValue
Inherited Members

Constructors

ConcurrencyConflictValue(object, object)

public ConcurrencyConflictValue(object current, object proposed)

Parameters

current object
proposed object

Properties

Current

public object Current { get; }

Property Value

object

Proposed

public object Proposed { get; }

Property Value

object