C# 클래스 Raven.Storage.Esent.StorageActions.DocumentStorageActions

파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
AddAttachment ( string key, Guid etag, byte data, RavenJObject headers ) : Guid
DeleteAttachment ( string key, Guid etag ) : void
GetAttachment ( string key ) : Attachment
GetAttachmentsAfter ( Guid etag ) : IEnumerable
GetAttachmentsByReverseUpdateOrder ( int start ) : IEnumerable

메소드 상세

AddAttachment() 공개 메소드

public AddAttachment ( string key, Guid etag, byte data, RavenJObject headers ) : Guid
key string
etag Guid
data byte
headers RavenJObject
리턴 Guid

DeleteAttachment() 공개 메소드

public DeleteAttachment ( string key, Guid etag ) : void
key string
etag Guid
리턴 void

GetAttachment() 공개 메소드

public GetAttachment ( string key ) : Attachment
key string
리턴 Attachment

GetAttachmentsAfter() 공개 메소드

public GetAttachmentsAfter ( Guid etag ) : IEnumerable
etag Guid
리턴 IEnumerable

GetAttachmentsByReverseUpdateOrder() 공개 메소드

public GetAttachmentsByReverseUpdateOrder ( int start ) : IEnumerable
start int
리턴 IEnumerable