C# 클래스 Disco.Services.DeviceDataStoreExtensions

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
Image ( this deviceModel ) : FileStream
ImageFilePath ( this deviceModel ) : string
ImageHash ( this deviceModel ) : string
ImageImport ( this deviceModel, Stream ImageStream ) : bool

메소드 상세

Image() 공개 정적인 메소드

public static Image ( this deviceModel ) : FileStream
deviceModel this
리턴 System.IO.FileStream

ImageFilePath() 공개 정적인 메소드

public static ImageFilePath ( this deviceModel ) : string
deviceModel this
리턴 string

ImageHash() 공개 정적인 메소드

public static ImageHash ( this deviceModel ) : string
deviceModel this
리턴 string

ImageImport() 공개 정적인 메소드

public static ImageImport ( this deviceModel, Stream ImageStream ) : bool
deviceModel this
ImageStream Stream
리턴 bool