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