Operation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Operation() | |
Operation(String, String, String) | |
Operation(String, String, String, Object) |
Operation()
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
public:
Operation();
public Operation ();
Public Sub New ()
Applies to
Operation(String, String, String)
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
public:
Operation(System::String ^ op, System::String ^ path, System::String ^ from);
public Operation (string op, string path, string from);
new Microsoft.AspNetCore.JsonPatch.Operations.Operation : string * string * string -> Microsoft.AspNetCore.JsonPatch.Operations.Operation
Public Sub New (op As String, path As String, from As String)
Parameters
- op
- String
- path
- String
- from
- String
Applies to
Operation(String, String, String, Object)
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
- Source:
- Operation.cs
public:
Operation(System::String ^ op, System::String ^ path, System::String ^ from, System::Object ^ value);
public Operation (string op, string path, string from, object value);
new Microsoft.AspNetCore.JsonPatch.Operations.Operation : string * string * string * obj -> Microsoft.AspNetCore.JsonPatch.Operations.Operation
Public Sub New (op As String, path As String, from As String, value As Object)
Parameters
- op
- String
- path
- String
- from
- String
- value
- Object