C# Class Disco.Services.DeviceDataStoreExtensions

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

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

Method Details

Image() public static méthode

public static Image ( this deviceModel ) : FileStream
deviceModel this
Résultat System.IO.FileStream

ImageFilePath() public static méthode

public static ImageFilePath ( this deviceModel ) : string
deviceModel this
Résultat string

ImageHash() public static méthode

public static ImageHash ( this deviceModel ) : string
deviceModel this
Résultat string

ImageImport() public static méthode

public static ImageImport ( this deviceModel, Stream ImageStream ) : bool
deviceModel this
ImageStream Stream
Résultat bool