JsonPatchDocument<TModel>.Test Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp) |
Listenin sonundaki test değeri |
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp, Int32) |
Verilen konumdaki bir listedeki test değeri |
Test<TProp>(Expression<Func<TModel,TProp>>, TProp) |
Test değeri. Sonuç olarak { "op": "test", "path": "/a/b/c", "value": 42 } |
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp)
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
Listenin sonundaki test değeri
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)
Tür Parametreleri
- TProp
değer türü
Parametreler
- path
- Expression<Func<TModel,IList<TProp>>>
hedef konum
- value
- TProp
değer
Döndürülenler
JsonPatchDocument<TModel> Zincirleme için.
Şunlara uygulanır
Test<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp, Int32)
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
Verilen konumdaki bir listedeki test değeri
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)
Tür Parametreleri
- TProp
değer türü
Parametreler
- path
- Expression<Func<TModel,IList<TProp>>>
hedef konum
- value
- TProp
değer
- position
- Int32
konum
Döndürülenler
JsonPatchDocument<TModel> Zincirleme için.
Şunlara uygulanır
Test<TProp>(Expression<Func<TModel,TProp>>, TProp)
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
- Kaynak:
- JsonPatchDocumentOfT.cs
Test değeri. Sonuç olarak { "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)
Tür Parametreleri
- TProp
Parametreler
- path
- Expression<Func<TModel,TProp>>
hedef konum
- value
- TProp
değer
Döndürülenler
JsonPatchDocument<TModel> Zincirleme için.