Constructor
Namespace: CTCT.UtilAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public PatchRequest(
string op,
string path,
Object value
)
public PatchRequest(
string op,
string path,
Object value
)
Public Sub New ( _
op As String, _
path As String, _
value As Object _
)
Public Sub New ( _
op As String, _
path As String, _
value As Object _
)
public:
PatchRequest(
String^ op,
String^ path,
Object^ value
)
public:
PatchRequest(
String^ op,
String^ path,
Object^ value
)
new :
op : string *
path : string *
value : Object -> PatchRequest
new :
op : string *
path : string *
value : Object -> PatchRequest
Parameters
- op
- Type: System String
The operation to perform
- path
- Type: System String
Where in the object to perform it
- value
- Type: System Object
The new value to write