C# Class Disco.Services.DeviceDetailExtensions

Show file Open project: garysharp/Disco

Public Methods

Method Description
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

Private Methods

Method Description
GetDetail ( this details, string Scope, string Key ) : string
SetDetail ( this device, string Scope, string Key, string Value ) : void

Method Details

ACAdapter() public static method

Gets the ACAdapter Device Detail Value
public static ACAdapter ( this details ) : string
details this
return string

ACAdapter() public static method

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
return void

Battery() public static method

Gets the Battery Device Detail Value
public static Battery ( this details ) : string
details this
return string

Battery() public static method

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
return void

Keyboard() public static method

Gets the Keyboard Device Detail Value
public static Keyboard ( this details ) : string
details this
return string

Keyboard() public static method

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
return void

LanMacAddress() public static method

Gets the LanMacAddress Device Detail Value
public static LanMacAddress ( this details ) : string
details this
return string

LanMacAddress() public static method

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
return void

WLanMacAddress() public static method

Gets the WLanMacAddress Device Detail Value
public static WLanMacAddress ( this details ) : string
details this
return string

WLanMacAddress() public static method

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
return void