MindFusion.Scheduling for ASP.NET Programmer's Guide
LocalizationInfo Members
Constructors Properties Methods
 


Represents a container of localized strings, used by various UI elements accross the Calendar.

The following tables list the members exposed by the LocalizationInfo type.

 Public Constructors

  Name Description

LocalizationInfo

Initializes a new instance of the LocalizationInfo class.

 Public Properties

  Name Description

AllDayEventCaption

Gets or sets the string representing a 'all day event' caption.

CancelButtonCaption

Gets or sets the string to be displayed as a caption for a 'cancel' button.

ContactsCaption

Gets or sets the string representing a 'contacts' caption.

CueFormHeader

Gets or sets the string to be displayed in the header of the Cue items form.

DailyValue

Gets or sets the string representing a 'daily' value.

DateCaption

Gets or sets the string representing a 'date' caption.

DatesCaption

Gets or sets the string representing a 'dates' caption.

DaysValue

Gets or sets the string representing a 'days' value.

DayValue

Gets or sets the string representing a 'day' value.

DeleteButtonCaption

Gets or sets the string to be displayed as a caption for a 'delete' button.

DetailsCaption

Gets or sets the string representing a 'details' caption.

EditFormHeader

Gets or sets the string to be displayed in the header of the Edit item form.

EditRecurrenceFormHeader

Gets or sets the string to be displayed in the header of the Edit recurrence form.

EndAfterCaption

Gets or sets the string representing a 'end after' caption.

EndDateCaption

Gets or sets the string representing a 'end date' caption.

EndTimeCaption

Gets or sets the string representing a 'end time' caption.

EveryCaption

Gets or sets the string representing an 'every' caption.

FirstValue

Gets or sets the string representing a 'first' value.

FourthValue

Gets or sets the string representing a 'fourth' value.

HoursValue

Gets or sets the string representing a 'hours' value.

HourValue

Gets or sets the string representing a 'hour' value.

IntervalValue

Gets or sets the string representing a 'interval' value.

IsTrackingViewState

Gets a value that indicates whether changes to the view state are saved.

LastValue

Gets or sets the string representing a 'last' value.

LocationCaption

Gets or sets the string representing a 'location' caption.

MinutesValue

Gets or sets the string representing a 'minutes' value.

MinuteValue

Gets or sets the string representing a 'minute' value.

MonthlyValue

Gets or sets the string representing a 'monthly' value.

MonthValue

Gets or sets the string representing a 'month' value.

NewFormHeader

Gets or sets the string to be displayed in the header of the New item form.

NewRecurrenceFormHeader

Gets or sets the string to be displayed in the header of the New recurrence form.

NoEndCaption

Gets or sets the string representing a 'no end' caption.

OfEveryCaption

Gets or sets the string representing an 'of every' caption.

OptionsButtonCaption

Gets or sets the string to be displayed as a caption for a 'options' button.

PatternCaption

Gets or sets the string representing a 'pattern' caption.

RangeCaption

Gets or sets the string representing a 'range' caption.

RecurrenceButtonCaption

Gets or sets the string to be displayed as a caption for a 'recurrence' button.

RecurrenceDailyFourPattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to EveryWeekend.

RecurrenceDailyOnePattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to ByDayInterval and Days value set to 1.

RecurrenceDailyThreePattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to EveryWorkday.

RecurrenceDailyTwoPattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to ByDayInterval and Days value set to more than 1.

RecurrenceEndDatePattern

Gets or sets the pattern used for denoting the end date of a recurrence.

RecurrenceIntervalPattern

Gets or sets the pattern used for recurrences with RecurrencePattern set to TimeInterval.

RecurrenceMonthlyOnePattern

Gets or sets the pattern used for monthly recurrences with MonthlyRecurrence set to ByDayNumber.

RecurrenceMonthlyTwoPattern

Gets or sets the pattern used for monthly recurrences with MonthlyRecurrence set to ByDayType.

RecurrenceStartDatePattern

Gets or sets the pattern used for denoting the start date of a recurrence.

RecurrenceTimeOnePattern

Gets or sets the pattern used for denoting the start and end time of a recurrence.

RecurrenceTimeTwoPattern

Gets or sets the pattern used for denoting the time of a recurrence.

RecurrenceWeeklyOnePattern

Gets or sets the pattern used for weekly recurrences with Weeks value set to 1.

RecurrenceWeeklyTwoPattern

Gets or sets the pattern used for weekly recurrences with Weeks value set to more than 1.

RecurrenceYearlyOnePattern

Gets or sets the pattern used for yearly recurrences with YearlyRecurrence set to SpecificDate.

RecurrenceYearlyTwoPattern

Gets or sets the pattern used for yearly recurrences with YearlyRecurrence set to ByDayType.

ReminderCaption

Gets or sets the string representing a 'reminder' caption.

SaveButtonCaption

Gets or sets the string to be displayed as a caption for a 'save' button.

SecondsValue

Gets or sets the string representing a 'seconds' value.

SecondValue

Gets or sets the string representing a 'second' value.

StartCaption

Gets or sets the string representing a 'start' caption.

StartTimeCaption

Gets or sets the string representing a 'start time' caption.

SubjectCaption

Gets or sets the string representing a 'subject' caption.

ThirdValue

Gets or sets the string representing a 'third' value.

TodayCaption

Gets or sets the string representing a 'today' caption.

WeekdayValue

Gets or sets the string representing a 'weekday' value.

WeekendValue

Gets or sets the string representing a 'weekend' value.

WeeklyValue

Gets or sets the string representing a 'weekly' value.

WeeksValue

Gets or sets the string representing a 'weeks' value.

YearlyValue

Gets or sets the string representing a 'yearly' value.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of this LocalizationInfo across multiple requests for the same page.

 Public Methods

  Name Description

LoadFromXml

Loads localization info from an XML document.

LoadViewState

Restores view-state information that was saved by the SaveViewState method.

SaveToXml

Saves the localization info to an XML document.

SaveViewState

Saves any server side view-state changes that have occurred on this object.

TrackViewState

Causes tracking of view-state changes to this object.

 See Also

LocalizationInfo Class
MindFusion.Scheduling.WebForms Namespace