Exemplo n.º 1
0
 internal static object ValidateUseDataCenterCustomThemeCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateIntCollection(value, -1, new int[]
     {
         0,
         1
     }));
 }
Exemplo n.º 2
0
 internal static object ValidateCalendarSidePanelIsExpanded(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemplo n.º 3
0
 internal static object ValidateCheckForReportJunkDialogCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 4
0
 internal static object ValidateCalendarAgendaViewIsExpandedTWide(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemplo n.º 5
0
 internal static object ValidateHasShownPeopleIKnowCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 6
0
 internal static object ValidateLearnabilityTypesShownCallback(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, 0, 0, int.MaxValue));
 }
Exemplo n.º 7
0
 internal static object ValidateHasShownIntroductionForPeopleCentricTriageCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 8
0
 internal static object ValidateCurrentWeatherLocationBookmarkIndex(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, CurrentWeatherLocationBookmarkIndexOption.None, -1, 4));
 }
Exemplo n.º 9
0
 internal static object ValidateDismissedSurveysCallback(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, 0, 0, int.MaxValue));
 }
Exemplo n.º 10
0
 internal static object ValidateDontShowSurveysCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 11
0
 internal static object ValidateIsInferenceSurveyCompleteCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 12
0
 internal static object ValidateHasShownClutterDeleteAllIntroductionTWideCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 13
0
 internal static object ValidateBasicViewRowCountCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateViewRowCountCallbackInternal(value, 20));
 }
Exemplo n.º 14
0
 internal static object ValidateIsClutterUIEnabledCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, UserConfigurationPropertyValidationUtility.DefaultIsClutterUIEnabled));
 }
Exemplo n.º 15
0
 internal static object ValidateShowInferenceUiElementsCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemplo n.º 16
0
 internal static object ValidateAttachmentsFilePickerViewType(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, AttachmentsFilePickerViewType.None, 0, 2));
 }
Exemplo n.º 17
0
 internal static object ValidateAttachmentsFilePickerHideBanner(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 18
0
 internal static object ValidateNextSelectionCallback(object value)
 {
     return((NextSelectionDirection)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, 1, 0, 2));
 }
Exemplo n.º 19
0
 internal static object ValidateTemperatureUnit(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, TemperatureUnit.Default, 0, 2));
 }
Exemplo n.º 20
0
 internal static object ValidatePeopleIKnowUseCallback(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, 0, 0, int.MaxValue));
 }
Exemplo n.º 21
0
 internal static object ValidateHasShownIntroductionForModernGroupsCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 22
0
 internal static object ValidateModernGroupsLastUseDateCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateDateTimeString(value, UserConfigurationPropertyValidationUtility.DefaultSurveyDate));
 }
Exemplo n.º 23
0
 internal static object ValidateNavigationPaneViewOptionCallback(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, NavigationPaneView.Default, 0, 4));
 }
Exemplo n.º 24
0
 internal static object ValidateShowPreviewTextInListViewCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemplo n.º 25
0
 internal static object ValidateCalendarSearchUseCountCallback(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, 0, 0, int.MaxValue));
 }
Exemplo n.º 26
0
 internal static object ValidateGlobalReadingPanePosition(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, MailReadingPanePosition.Right, 0, 2));
 }
Exemplo n.º 27
0
 internal static object ValidateReportJunkSelectedCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemplo n.º 28
0
 internal static object ValidateSchedulingViewType(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, CalendarViewType.Daily, 1, 2));
 }
Exemplo n.º 29
0
 internal static object ValidateBuildGreenLightSurveyLastShownDateCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateDateTimeString(value, UserConfigurationPropertyValidationUtility.DefaultSurveyDate));
 }
Exemplo n.º 30
0
 internal static object ValidatePeopleHubSortOptionType(object value)
 {
     return((int)UserConfigurationPropertyValidationUtility.ValidateIntRange(value, PeopleSortOptionsType.Uninitialized, 1, 6));
 }