C# 클래스 HA4IoT.Services.System.SystemInformationService

상속: HA4IoT.Contracts.Services.ServiceBase, ISystemInformationService
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Status ( IApiContext apiContext ) : void

메소드 상세

Set() 공개 메소드

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

Set() 공개 메소드

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

Set() 공개 메소드

public Set ( string name, float value ) : void
name string
value float
리턴 void

Set() 공개 메소드

public Set ( string name, int value ) : void
name string
value int
리턴 void

Set() 공개 메소드

public Set ( string name, string value ) : void
name string
value string
리턴 void