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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Apply ( object objectToApplyTo, IObjectAdapter adapter ) : void
Operation ( ) : System
Operation ( string op, string path, string from ) : System
Operation ( string op, string path, string from, object value ) : System
ShouldSerializevalue ( ) : bool

Method Details

Apply() public méthode

public Apply ( object objectToApplyTo, IObjectAdapter adapter ) : void
objectToApplyTo object
adapter IObjectAdapter
Résultat void

Operation() public méthode

public Operation ( ) : System
Résultat System

Operation() public méthode

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

Operation() public méthode

public Operation ( string op, string path, string from, object value ) : System
op string
path string
from string
value object
Résultat System

ShouldSerializevalue() public méthode

public ShouldSerializevalue ( ) : bool
Résultat bool