C# Class Owin.Scim.Patching.PatchOperationResult

Afficher le fichier Open project: PowerDMS/Owin.Scim

Méthodes publiques

Méthode Description
PatchOperationResult ( JsonPatchProperty property, object oldValue, object newValue ) : Helpers

Method Details

PatchOperationResult() public méthode

public PatchOperationResult ( JsonPatchProperty property, object oldValue, object newValue ) : Helpers
property JsonPatchProperty
oldValue object
newValue object
Résultat Helpers