Skip to content

OldNewPair<TItem> structure

namespace: Serenity.Data   assemblySerenity.Net.Services

A pair of old and new values.

public struct OldNewPair<TItem>
parameter description
TItem The type of the item.
o The old value.
n The new value.

Public Members

name description
OldNewPair(…) A pair of old and new values.
New { get; } Gets the new.
Old { get; } Gets the old.

Remarks

Initializes a new instance of the OldNewPair struct.

See Also