DeltaOrigin<T>

Overview

DeltaOrigin is a class that holds original changes made to a row. This class is used internally by the RemoteTable for changes merging.

Location

Properties


Change

 

property Change: DeltaChange read;

 

DeltaChange Change { get; }

 

ReadOnly Property Change() As DeltaChange

Value

 

property Value: T read;

 

T Value { get; }

 

ReadOnly Property Value() As T

Instance Methods


constructor

 

constructor(value: T; change: DeltaChange)

 

DeltaOrigin<T>(T value, DeltaChange change)

 

Sub New(value As T, change As DeltaChange)

Parameters:

  • value:
  • change: