Class TrackChangesFor<T>
- Namespace
- JsonApiDotNetCore.OpenApi.Client.NSwag
- Assembly
- JsonApiDotNetCore.OpenApi.Client.NSwag.dll
Tracks assignment of property values, to support JSON:API partial POST/PATCH.
public sealed class TrackChangesFor<T> where T : INotifyPropertyChanged, new()
Type Parameters
T
The type whose property assignments to track.
- Inheritance
-
TrackChangesFor<T>
- Inherited Members
Constructors
TrackChangesFor(JsonApiClient)
public TrackChangesFor(JsonApiClient apiClient)
Parameters
apiClient
JsonApiClient
Properties
Initializer
public T Initializer { get; }
Property Value
- T