OldNewPair<TItem> structure

namespace: Serenity.Data   assemblySerenity.Net.Data

A pair of old new values

public struct OldNewPair<TItem>
parameter description
TItem The type of the item.

Public Members

name description
OldNewPair(…) Initializes a new instance of the OldNewPair struct.
New { get; } Gets the new.
Old { get; } Gets the old.

See Also