C# Class Disco.Services.DeviceDataStoreExtensions

Show file Open project: garysharp/Disco

Public Methods

Method Description
Image ( this deviceModel ) : FileStream
ImageFilePath ( this deviceModel ) : string
ImageHash ( this deviceModel ) : string
ImageImport ( this deviceModel, Stream ImageStream ) : bool

Method Details

Image() public static method

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

ImageFilePath() public static method

public static ImageFilePath ( this deviceModel ) : string
deviceModel this
return string

ImageHash() public static method

public static ImageHash ( this deviceModel ) : string
deviceModel this
return string

ImageImport() public static method

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