JsonPatchDocument<TModel>.IJsonPatchDocument.GetOperations 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.
virtual System::Collections::Generic::IList<Microsoft::AspNetCore::JsonPatch::Operations::Operation ^> ^ Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations() = Microsoft::AspNetCore::JsonPatch::IJsonPatchDocument::GetOperations;
System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation> IJsonPatchDocument.GetOperations ();
abstract member Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
override this.Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
Function GetOperations () As IList(Of Operation) Implements IJsonPatchDocument.GetOperations