JsonPatchDocument<TModel>.Test Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp) |
Testwert am Ende einer Liste |
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp, Int32) |
Testwert in einer Liste an der angegebenen Position |
Test<TProp>(Expression<Func<TModel,TProp>>, TProp) |
Testwert. Führt z. B. zu { "op": "test", "path": "/a/b/c", "value": 42 } |
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp)
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
Testwert am Ende einer Liste
public:
generic <typename TProp>
Microsoft::AspNetCore::JsonPatch::JsonPatchDocument<TModel> ^ Test(System::Linq::Expressions::Expression<Func<TModel, System::Collections::Generic::IList<TProp> ^> ^> ^ path, TProp value);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<TModel> Test<TProp> (System.Linq.Expressions.Expression<Func<TModel,System.Collections.Generic.IList<TProp>>> path, TProp value);
member this.Test : System.Linq.Expressions.Expression<Func<'Model, System.Collections.Generic.IList<'Prop>>> * 'Prop -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Function Test(Of TProp) (path As Expression(Of Func(Of TModel, IList(Of TProp))), value As TProp) As JsonPatchDocument(Of TModel)
Typparameter
- TProp
Werttyp
Parameter
- path
- Expression<Func<TModel,IList<TProp>>>
Zielspeicherort
- value
- TProp
value
Gibt zurück
Die JsonPatchDocument<TModel> für die Verkettung.
Gilt für:
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp, Int32)
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
Testwert in einer Liste an der angegebenen Position
public:
generic <typename TProp>
Microsoft::AspNetCore::JsonPatch::JsonPatchDocument<TModel> ^ Test(System::Linq::Expressions::Expression<Func<TModel, System::Collections::Generic::IList<TProp> ^> ^> ^ path, TProp value, int position);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<TModel> Test<TProp> (System.Linq.Expressions.Expression<Func<TModel,System.Collections.Generic.IList<TProp>>> path, TProp value, int position);
member this.Test : System.Linq.Expressions.Expression<Func<'Model, System.Collections.Generic.IList<'Prop>>> * 'Prop * int -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Function Test(Of TProp) (path As Expression(Of Func(Of TModel, IList(Of TProp))), value As TProp, position As Integer) As JsonPatchDocument(Of TModel)
Typparameter
- TProp
Werttyp
Parameter
- path
- Expression<Func<TModel,IList<TProp>>>
Zielspeicherort
- value
- TProp
value
- position
- Int32
position
Gibt zurück
Die JsonPatchDocument<TModel> für die Verkettung.
Gilt für:
Test<TProp>(Expression<Func<TModel,TProp>>, TProp)
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
Testwert. Führt z. B. zu { "op": "test", "path": "/a/b/c", "value": 42 }
public:
generic <typename TProp>
Microsoft::AspNetCore::JsonPatch::JsonPatchDocument<TModel> ^ Test(System::Linq::Expressions::Expression<Func<TModel, TProp> ^> ^ path, TProp value);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<TModel> Test<TProp> (System.Linq.Expressions.Expression<Func<TModel,TProp>> path, TProp value);
member this.Test : System.Linq.Expressions.Expression<Func<'Model, 'Prop>> * 'Prop -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Function Test(Of TProp) (path As Expression(Of Func(Of TModel, TProp)), value As TProp) As JsonPatchDocument(Of TModel)
Typparameter
- TProp
Parameter
- path
- Expression<Func<TModel,TProp>>
Zielspeicherort
- value
- TProp
value
Gibt zurück
Die JsonPatchDocument<TModel> für die Verkettung.