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

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

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

Метод Описание
ACAdapter ( this details ) : string

Gets the ACAdapter Device Detail Value

ACAdapter ( this details, Device device, string ACAdapter ) : void

Sets the ACAdapter Device Detail Value

Battery ( this details ) : string

Gets the Battery Device Detail Value

Battery ( this details, Device device, string Battery ) : void

Sets the Battery Device Detail Value

Keyboard ( this details ) : string

Gets the Keyboard Device Detail Value

Keyboard ( this details, Device device, string Keyboard ) : void

Sets the Keyboard Device Detail Value

LanMacAddress ( this details ) : string

Gets the LanMacAddress Device Detail Value

LanMacAddress ( this details, Device device, string LanMacAddress ) : void

Sets the LanMacAddress Device Detail Value

WLanMacAddress ( this details ) : string

Gets the WLanMacAddress Device Detail Value

WLanMacAddress ( this details, Device device, string WLanMacAddress ) : void

Sets the WLanMacAddress Device Detail Value

Приватные методы

Метод Описание
GetDetail ( this details, string Scope, string Key ) : string
SetDetail ( this device, string Scope, string Key, string Value ) : void

Описание методов

ACAdapter() публичный статический Метод

Gets the ACAdapter Device Detail Value
public static ACAdapter ( this details ) : string
details this
Результат string

ACAdapter() публичный статический Метод

Sets the ACAdapter Device Detail Value
public static ACAdapter ( this details, Device device, string ACAdapter ) : void
details this
device Disco.Models.Repository.Device
ACAdapter string
Результат void

Battery() публичный статический Метод

Gets the Battery Device Detail Value
public static Battery ( this details ) : string
details this
Результат string

Battery() публичный статический Метод

Sets the Battery Device Detail Value
public static Battery ( this details, Device device, string Battery ) : void
details this
device Disco.Models.Repository.Device
Battery string
Результат void

Keyboard() публичный статический Метод

Gets the Keyboard Device Detail Value
public static Keyboard ( this details ) : string
details this
Результат string

Keyboard() публичный статический Метод

Sets the Keyboard Device Detail Value
public static Keyboard ( this details, Device device, string Keyboard ) : void
details this
device Disco.Models.Repository.Device
Keyboard string
Результат void

LanMacAddress() публичный статический Метод

Gets the LanMacAddress Device Detail Value
public static LanMacAddress ( this details ) : string
details this
Результат string

LanMacAddress() публичный статический Метод

Sets the LanMacAddress Device Detail Value
public static LanMacAddress ( this details, Device device, string LanMacAddress ) : void
details this
device Disco.Models.Repository.Device
LanMacAddress string
Результат void

WLanMacAddress() публичный статический Метод

Gets the WLanMacAddress Device Detail Value
public static WLanMacAddress ( this details ) : string
details this
Результат string

WLanMacAddress() публичный статический Метод

Sets the WLanMacAddress Device Detail Value
public static WLanMacAddress ( this details, Device device, string WLanMacAddress ) : void
details this
device Disco.Models.Repository.Device
WLanMacAddress string
Результат void