C# Class Raven.Database.Data.PatchCommandData

Inheritance: ICommandData
Afficher le fichier Open project: markrendle/ravendb

Méthodes publiques

Méthode Description
Execute ( DocumentDatabase database ) : void
ToJson ( ) : Newtonsoft.Json.Linq.JObject

Method Details

Execute() public méthode

public Execute ( DocumentDatabase database ) : void
database DocumentDatabase
Résultat void

ToJson() public méthode

public ToJson ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject