C# 클래스 LongoMatch.DB.Documents.DocumentHelpers

파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
AddImageAttachment ( Couchbase.Lite.UnsavedRevision rev, string name, Image img ) : void
ImageFromAttachment ( Couchbase.Lite.Document doc, string name ) : Image

메소드 상세

AddImageAttachment() 공개 정적인 메소드

public static AddImageAttachment ( Couchbase.Lite.UnsavedRevision rev, string name, Image img ) : void
rev Couchbase.Lite.UnsavedRevision
name string
img Image
리턴 void

ImageFromAttachment() 공개 정적인 메소드

public static ImageFromAttachment ( Couchbase.Lite.Document doc, string name ) : Image
doc Couchbase.Lite.Document
name string
리턴 Image