C# 클래스 Kreyos.Classes.Components.AlarmView

파일 보기 프로젝트 열기: kreyosopensource/KreyosWP 1 사용 예제들

공개 메소드들

메소드 설명
AlarmView ( SilentAlarmScreen p_context, int p_index ) : System
AlarmView ( SilentAlarmScreen p_context, int p_index, bool p_bIsOn ) : System
GetIndex ( string p_name ) : int

Returns the Index by trimmings

SetAlarm ( System.DateTime p_alarm ) : void
UpdateView ( bool p_bIsOn ) : void

메소드 상세

AlarmView() 공개 메소드

public AlarmView ( SilentAlarmScreen p_context, int p_index ) : System
p_context Kreyos.Classes.Screens.SilentAlarmScreen
p_index int
리턴 System

AlarmView() 공개 메소드

public AlarmView ( SilentAlarmScreen p_context, int p_index, bool p_bIsOn ) : System
p_context Kreyos.Classes.Screens.SilentAlarmScreen
p_index int
p_bIsOn bool
리턴 System

GetIndex() 공개 정적인 메소드

Returns the Index by trimmings
public static GetIndex ( string p_name ) : int
p_name string /// The p_name is the name of the ToggleSwitchButtons which follows this pattern. /// 0 /// 1 /// 2 ///
리턴 int

SetAlarm() 공개 메소드

public SetAlarm ( System.DateTime p_alarm ) : void
p_alarm System.DateTime
리턴 void

UpdateView() 공개 메소드

public UpdateView ( bool p_bIsOn ) : void
p_bIsOn bool
리턴 void