C# 클래스 Microsoft.Phone.Controls.RecurringDaysPicker

Represents a control that allows the user to choose days of the week.
상속: ListPicker
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
RecurringDaysPicker ( ) : System

Initializes a new instance of the RecurringDaysPicker control.

보호된 메소드들

메소드 설명
SummarizeDaysOfWeek ( IList selection ) : string

Sumarizes a list of days into a shortened string representation. If all days, all weekdays, or all weekends are in the list, then the string includes the corresponding name rather than listing out all of those days separately. If individual days are listed, they are abreviated. If the list is null or empty, "only once" is returned.

비공개 메소드들

메소드 설명
DaysOfWeekToString ( List daysList ) : string

Sumarizes a list of days into a shortened string representation. If all days, all weekdays, or all weekends are in the list, then the string includes the corresponding name rather than listing out all of those days separately. If individual days are listed, they are abreviated. If the list is empty, "only once" is returned.

HandleGroups ( List days, IEnumerable &unhandledDays ) : string

Finds a group (weekends, weekdays, every day) within a list of days and returns a string representing that group. Days that are not in a group are set in the unhandledDays out parameter.

메소드 상세

RecurringDaysPicker() 공개 메소드

Initializes a new instance of the RecurringDaysPicker control.
public RecurringDaysPicker ( ) : System
리턴 System

SummarizeDaysOfWeek() 보호된 메소드

Sumarizes a list of days into a shortened string representation. If all days, all weekdays, or all weekends are in the list, then the string includes the corresponding name rather than listing out all of those days separately. If individual days are listed, they are abreviated. If the list is null or empty, "only once" is returned.
protected SummarizeDaysOfWeek ( IList selection ) : string
selection IList The list of days. Can be empty or null.
리턴 string