Intersoft ClientUI Documentation
UXScheduleViewEditingFormViewModel Class Members
See Also  Properties  Methods  Events Send Feedback
Intersoft.Client.UI.ScheduleView Namespace : UXScheduleViewEditingFormViewModel Class


The following tables list the members exposed by UXScheduleViewEditingFormViewModel.

Public Constructors

 NameDescription
public ConstructorUXScheduleViewEditingFormViewModel ConstructorInitializes a new instance of the UXScheduleViewEditingFormModel class.  
Top

Public Properties

 NameDescription
public PropertyActiveIndexGets or sets the active recurrence tab control index.  
public PropertyAllDayFormatGets or sets the all day date format.  
public PropertyAnimationOpacityFor internal use in built-in editing form.  
public PropertyCancelCommandGets or sets the cancel command.  
public PropertyCanEditRecurringInfoGets or sets a value that determines whether recurring info can be edited.  
public PropertyCategoriesSourceGets or sets a categories source that is used to generate the category list.  
public PropertyCategoryCollectionGets or sets a category collection that is used to generate the category list.  
public PropertyCurrentItemGets or sets the a value that indicates the current item used in this editing form view model.  
public PropertyDateTimeFormatGets or sets the date time format.  
public PropertyEditorMaskGets or sets the editor mask.  
public PropertyEditorModeGets or sets the editor mode.  
public PropertyEndRecurrenceGets or sets the end recurrence.  
public PropertyErrorGets the error value.  
public PropertyFridayGets a value that represent friday based on specified culture.  
public PropertyHasErrorsGets a value that indicates whether the current event has error.  
public PropertyIsAnimationEnabledGets or sets a value indicating whether the animation is enabled. This property is designed for internal use in the built-in editing form.  
public PropertyIsDailyRecurrenceGets or sets a value that indicates whether the recurrence pattern is daily recurrence.  
public PropertyIsEndAfterRecurrencesGets or sets a value that determines whether the recurring pattern used end after specified recurrences.  
public PropertyIsEndByDateGets or sets a value that determines whether the recurring pattern used end after specifed date.  
public PropertyIsEventGets or sets a value that indicates whether the current item is basic event.  
public PropertyIsHighImportanceGets or sets a value that indicates whether the current item has high importance.  
public PropertyIsLowImportanceGets or sets a value that indicates whether the current item has low importance.  
public PropertyIsMonthlyRecurrenceGets or sets a value that indicates whether the recurrence pattern is monthly recurrence.  
public PropertyIsNewItemGets or sets a value that indicates whether the current item is new item.  
public PropertyIsNoEndDateGets or sets a value that determines whether the recurring pattern used no end date.  
public PropertyIsNormalGets or sets a value that indicates whether the current item has normal importance.  
public PropertyIsNotRecurringGets or set a value that indicates whether the current item does not have recurring pattern.  
public PropertyIsRecurOnEveryNDayGets or sets a value that indicates whether the recurrence pattern is recurs every n day.  
public PropertyIsRecurOnEveryWeekDayGets or sets a value that indicates whether the recurrence pattern is recurs every week day.  
public PropertyIsRecurringGets or sets a value that indicates whether the current item has recurring pattern.  
public PropertyIsRecurringEventGets or sets a value that indicates whether the current item is recurring event.  
public PropertyIsSeries  
public PropertyIsWeeklyRecurrenceGets or sets a value that indicates whether the recurrence pattern is weekly recurrence.  
public PropertyIsYearlyRecurrenceGets or sets a value that indicates whether the recurrence pattern is yearly recurrence.  
public PropertyItemGets the error for specified field.  
public PropertyMaximumRecurAtNDayYearGets or sets a value that determines the maximum n day year value.  
public PropertyMondayGets a value that represent monday based on specified culture.  
public PropertyMonthCollectionGets or sets a month collection that is used to generate the month list.  
public PropertyOwningViewGets or sets the current owning view.  
public PropertyPreviousEndDateGets or sets the previous end date value.  
public PropertyPreviousStartDateGets or sets the previous start date value.  
public PropertyRecurAtNDayMonthGets or sets the n day value for monthly recurrence.  
public PropertyRecurAtNDayYearGets or sets the n day value for yearly recurrence.  
public PropertyRecurAtNMonthYearGets or sets the n month value for yearly recurrence.  
public PropertyRecurEveryNDayGets or sets the n day value for daily recurrence.  
public PropertyRecurEveryNMonthGets or sets the n month value for montly recurrence.  
public PropertyRecurEveryNWeekGets or sets the n week value for weekly recurrence.  
public PropertyRecurEveryNYearGets or sets the n year value for yearly recurrence.  
public PropertyRecurOnFridayGets or sets a value that indicates whether the event recur every friday for weekly recurrence.  
public PropertyRecurOnMondayGets or sets a value that indicates whether the event recur every monday for weekly recurrence.  
public PropertyRecurOnSaturdayGets or sets a value that indicates whether the event recur every saturday for weekly recurrence.  
public PropertyRecurOnSundayGets or sets a value that indicates whether the event recur every sunday for weekly recurrence.  
public PropertyRecurOnThursdayGets or sets a value that indicates whether the event recur every thursday for weekly recurrence.  
public PropertyRecurOnTuesdayGets or sets a value that indicates whether the event recur every tuesday for weekly recurrence.  
public PropertyRecurOnWednesdayGets or sets a value that indicates whether the event recur every wednesday for weekly recurrence.  
public PropertyRecurringInfoGets or sets the recurring info value.  
public PropertyReminderCollectionGets or sets a reminder collection that is used to generate the reminder list.  
public PropertyResourceCollectionGets or sets a resource collection that is used to generate the resource list.  
public PropertyResourcesSourceGets or sets a resources source that is used to generate the resource list.  
public PropertySaturdayGets a value that represent saturday based on specified culture.  
public PropertySaveCommandGets or sets the save command.  
public PropertyStartRecurrenceGets or sets the start recurrence.  
public PropertySundayGets a value that represent sunday based on specified culture.  
public PropertyThursdayGets a value that represent thusrday based on specified culture.  
public PropertyTotalRecurrencesGets or sets the total recurrences when the recurring pattern used end after specified recurrences.  
public PropertyTuesdayGets a value that represent tuesday based on specified culture.  
public PropertyWednesdayGets a value that represent wednesday based on specified culture.  
Top

Public Methods

 NameDescription
public MethodCanExecuteCancelCan execute cancel.  
public MethodCanExecuteSaveCan execute save.  
public MethodCheckRecurringStatePerform recurrence pattern checking.  
public MethodClearAllErrorsClear all errors.  
public MethodClearErrorClear the error for specified proeprty.  
public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
public MethodExecuteCancelExecute cancel.  
public MethodExecuteSaveExecute save.  
public MethodGetRecurringInfoGets the recurring info text.  
public MethodGetWeekDaysGets the week days format.  
public MethodInitializeMonthCollectionDataInitialize month collection data.  
public MethodInitializeRecurringStateInitialize the current recurring state based on specified recurrence info.  
public MethodInitializeReminderCollectionDataInitialize reminder collection data.  
public MethodOnPropertyChangedCalled when a property value is changed.  
public MethodResetRecurringInfoReset the recurring info state.  
public MethodSetErrorSet the error for specified property.  
public MethodUpdateRecurringStateUpdate the recurrence info value of the current item.  
public MethodValidateValidates the current item.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© 2012 All Rights Reserved.