C# 클래스 Marten.Patching.PatchOperation

상속: IStorageOperation
파일 보기 프로젝트 열기: JasperFx/marten 1 사용 예제들

공개 메소드들

메소드 설명
AddParameters ( IBatchCommand batch ) : void
PatchOperation ( TransformFunction transform, IQueryableDocument document, IWhereFragment fragment, object>.IDictionary patch ) : System

비공개 메소드들

메소드 설명
ICall ( StringBuilder builder ) : void

메소드 상세

AddParameters() 공개 메소드

public AddParameters ( IBatchCommand batch ) : void
batch IBatchCommand
리턴 void

PatchOperation() 공개 메소드

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