C# Class Marten.Patching.PatchOperation

Inheritance: IStorageOperation
Show file Open project: JasperFx/marten Class Usage Examples

Public Methods

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

Private Methods

Method Description
ICall ( StringBuilder builder ) : void

Method Details

AddParameters() public method

public AddParameters ( IBatchCommand batch ) : void
batch IBatchCommand
return void

PatchOperation() public method

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