C# Класс Disco.Services.DeviceDataStoreExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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