namespace: Serenity.Data assembly: Serenity.Net.Data
A pair of old new values
public struct OldNewPair<TItem>
parameter | description |
---|---|
TItem | The type of the item. |
name | description |
---|---|
OldNewPair(…) | Initializes a new instance of the OldNewPair struct. |
New { get; } | Gets the new. |
Old { get; } | Gets the old. |
- Source: OldNewPair.cs