C# Class Marten.Patching.PatchOperation

Inheritance: IStorageOperation
Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

Méthode Description
AddParameters ( IBatchCommand batch ) : void
PatchOperation ( TransformFunction transform, IQueryableDocument document, IWhereFragment fragment, object>.IDictionary patch ) : System

Private Methods

Méthode Description
ICall ( StringBuilder builder ) : void

Method Details

AddParameters() public méthode

public AddParameters ( IBatchCommand batch ) : void
batch IBatchCommand
Résultat void

PatchOperation() public méthode

public PatchOperation ( TransformFunction transform, IQueryableDocument document, IWhereFragment fragment, object>.IDictionary patch ) : System
transform Marten.Transforms.TransformFunction
document IQueryableDocument
fragment IWhereFragment
patch object>.IDictionary
Résultat System