C# Class Microsoft.AspNetCore.JsonPatch.Operations.OperationBase

Afficher le fichier Open project: aspnet/JsonPatch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OperationBase ( ) : System
OperationBase ( string op, string path, string from ) : System
ShouldSerializefrom ( ) : bool

Method Details

OperationBase() public méthode

public OperationBase ( ) : System
Résultat System

OperationBase() public méthode

public OperationBase ( string op, string path, string from ) : System
op string
path string
from string
Résultat System

ShouldSerializefrom() public méthode

public ShouldSerializefrom ( ) : bool
Résultat bool