OperationBase Class¶
- Namespace
Microsoft.AspNetCore.JsonPatch.Operations- Assemblies
- Microsoft.AspNetCore.JsonPatch
Constructors¶
-
OperationBase()¶ public OperationBase()
-
OperationBase(System.String, System.String, System.String) public OperationBase(string op, string path, string from)
-
Properties¶
-
Microsoft.AspNetCore.JsonPatch.Operations.OperationBase.OperationType¶ Return type: Microsoft.AspNetCore.JsonPatch.Operations.OperationType [JsonIgnore] public OperationType OperationType { get; }
-
Microsoft.AspNetCore.JsonPatch.Operations.OperationBase.from¶ Return type: System.String [JsonProperty("from")] public string from { get; set; }
-
Microsoft.AspNetCore.JsonPatch.Operations.OperationBase.op¶ Return type: System.String [JsonProperty("op")] public string op { get; set; }
-
Microsoft.AspNetCore.JsonPatch.Operations.OperationBase.path¶ Return type: System.String [JsonProperty("path")] public string path { get; set; }
-