Operation<TModel> Class¶
- Namespace
Microsoft.AspNetCore.JsonPatch.Operations- Assemblies
- Microsoft.AspNetCore.JsonPatch
Syntax¶
public class Operation<TModel> : Operation where TModel : class
-
class
Microsoft.AspNetCore.JsonPatch.Operations.Operation<TModel>¶
Constructors¶
-
Operation()¶ public Operation()
-
Operation(System.String, System.String, System.String) public Operation(string op, string path, string from)
-
Operation(System.String, System.String, System.String, System.Object) public Operation(string op, string path, string from, object value)
-