C# 클래스 Raven.Storage.Managed.AttachmentsStorageActions

상속: IAttachmentsStorageActions
파일 보기 프로젝트 열기: markrendle/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
AddAttachment ( string key, System.Guid etag, byte data, JObject headers ) : void
DeleteAttachment ( string key, System.Guid etag ) : void
GetAttachment ( string key ) : Attachment

비공개 메소드들

메소드 설명
EnsureValidEtag ( string key, long attachmentPosition, System.Guid etag ) : void

메소드 상세

AddAttachment() 공개 메소드

public AddAttachment ( string key, System.Guid etag, byte data, JObject headers ) : void
key string
etag System.Guid
data byte
headers JObject
리턴 void

DeleteAttachment() 공개 메소드

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

GetAttachment() 공개 메소드

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