C# Class HA4IoT.Services.System.SystemInformationService

Inheritance: HA4IoT.Contracts.Services.ServiceBase, ISystemInformationService
Show file Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
Set ( string name, System.DateTime value ) : void
Set ( string name, System.TimeSpan value ) : void
Set ( string name, float value ) : void
Set ( string name, int value ) : void
Set ( string name, string value ) : void

Private Methods

Method Description
Status ( IApiContext apiContext ) : void

Method Details

Set() public method

public Set ( string name, System.DateTime value ) : void
name string
value System.DateTime
return void

Set() public method

public Set ( string name, System.TimeSpan value ) : void
name string
value System.TimeSpan
return void

Set() public method

public Set ( string name, float value ) : void
name string
value float
return void

Set() public method

public Set ( string name, int value ) : void
name string
value int
return void

Set() public method

public Set ( string name, string value ) : void
name string
value string
return void