OperationBase Class¶
Constructors¶
-
Microsoft.AspNet.JsonPatch.Operations.OperationBase.OperationBase()
public OperationBase()
-
OperationBase
(System.String, System.String, System.String)¶ Arguments: - op (System.String) –
- path (System.String) –
- from (System.String) –
public OperationBase(string op, string path, string from)
-
Properties¶
-
OperationType
()¶ Return type: Microsoft.AspNet.JsonPatch.Operations.OperationType public OperationType OperationType { get; }
-
from
()¶ Return type: System.String public string from { get; set; }
-
op
()¶ Return type: System.String public string op { get; set; }
-
path
()¶ Return type: System.String public string path { get; set; }
-