Aracılığıyla paylaş


JsonPatchDocument<TModel>.Add Yöntem

Tanım

Aşırı Yüklemeler

Add<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp)

Listenin sonuna değer ekleme

Add<TProp>(Expression<Func<TModel,TProp>>, TProp)

İşlem ekleme. Sonuç olarak { "op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ] }

Add<TProp>(Expression<Func<TModel,IList<TProp>>>, TProp, Int32)

Verilen konumdaki listeye değer ekleme

Add<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 sonuna değer ekleme

public:
generic <typename TProp>
 Microsoft::AspNetCore::JsonPatch::JsonPatchDocument<TModel> ^ Add(System::Linq::Expressions::Expression<Func<TModel, System::Collections::Generic::IList<TProp> ^> ^> ^ path, TProp value);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<TModel> Add<TProp> (System.Linq.Expressions.Expression<Func<TModel,System.Collections.Generic.IList<TProp>>> path, TProp value);
member this.Add : System.Linq.Expressions.Expression<Func<'Model, System.Collections.Generic.IList<'Prop>>> * 'Prop -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Function Add(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

Add<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

İşlem ekleme. Sonuç olarak { "op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ] }

public:
generic <typename TProp>
 Microsoft::AspNetCore::JsonPatch::JsonPatchDocument<TModel> ^ Add(System::Linq::Expressions::Expression<Func<TModel, TProp> ^> ^ path, TProp value);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<TModel> Add<TProp> (System.Linq.Expressions.Expression<Func<TModel,TProp>> path, TProp value);
member this.Add : System.Linq.Expressions.Expression<Func<'Model, 'Prop>> * 'Prop -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Function Add(Of TProp) (path As Expression(Of Func(Of TModel, TProp)), value As TProp) As JsonPatchDocument(Of TModel)

Tür Parametreleri

TProp

değer türü

Parametreler

path
Expression<Func<TModel,TProp>>

hedef konum

value
TProp

değer

Döndürülenler

JsonPatchDocument<TModel> Zincirleme için.

Şunlara uygulanır

Add<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 listeye değer ekleme

public:
generic <typename TProp>
 Microsoft::AspNetCore::JsonPatch::JsonPatchDocument<TModel> ^ Add(System::Linq::Expressions::Expression<Func<TModel, System::Collections::Generic::IList<TProp> ^> ^> ^ path, TProp value, int position);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<TModel> Add<TProp> (System.Linq.Expressions.Expression<Func<TModel,System.Collections.Generic.IList<TProp>>> path, TProp value, int position);
member this.Add : System.Linq.Expressions.Expression<Func<'Model, System.Collections.Generic.IList<'Prop>>> * 'Prop * int -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Function Add(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