Class ScheduleAppointmentMapping
Represents a schedule appointment mapping.
Inheritance
System.Object
ScheduleAppointmentMapping
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleAppointmentMapping : DependencyObject
Constructors
ScheduleAppointmentMapping()
Declaration
public ScheduleAppointmentMapping()
Fields
AllDayMappingProperty
Declaration
public static readonly DependencyProperty AllDayMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentBackgroundMappingProperty
Declaration
public static readonly DependencyProperty AppointmentBackgroundMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DisplayNameMappingProperty
Declaration
public static readonly DependencyProperty DisplayNameMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
EndTimeMappingProperty
Declaration
public static readonly DependencyProperty EndTimeMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
EndTimeZoneMappingProperty
Declaration
public static readonly DependencyProperty EndTimeZoneMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IsRecursiveMappingProperty
Declaration
public static readonly DependencyProperty IsRecursiveMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
LocationMappingProperty
Declaration
public static readonly DependencyProperty LocationMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
NotesMappingProperty
Declaration
public static readonly DependencyProperty NotesMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ReadOnlyMappingProperty
Declaration
public static readonly DependencyProperty ReadOnlyMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
RecurrenceProperitesMappingProperty
Declaration
public static readonly DependencyProperty RecurrenceProperitesMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
RecurrenceRuleMappingProperty
Declaration
public static readonly DependencyProperty RecurrenceRuleMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
RecurrenceTypeMappingProperty
Declaration
public static readonly DependencyProperty RecurrenceTypeMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ReminderTimeMappingProperty
Declaration
public static readonly DependencyProperty ReminderTimeMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ResourceCollectionMappingProperty
Declaration
public static readonly DependencyProperty ResourceCollectionMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ResourceNameMappingProperty
Declaration
public static readonly DependencyProperty ResourceNameMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StartTimeMappingProperty
Declaration
public static readonly DependencyProperty StartTimeMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StartTimeZoneMappingProperty
Declaration
public static readonly DependencyProperty StartTimeZoneMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StatusMappingProperty
Declaration
public static readonly DependencyProperty StatusMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SubjectMappingProperty
Declaration
public static readonly DependencyProperty SubjectMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
TypeNameMappingProperty
Declaration
public static readonly DependencyProperty TypeNameMappingProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AllDayMapping
Gets or Sets the AllDay mapping property on the bound object.
Declaration
public string AllDayMapping { get; set; }
Property Value
AppointmentBackgroundMapping
Gets or Sets the AppointmentBackground mapping property on the bound object.
Declaration
public string AppointmentBackgroundMapping { get; set; }
Property Value
DisplayNameMapping
Gets or Sets the DisplayName mapping property on the bound object.
Declaration
public string DisplayNameMapping { get; set; }
Property Value
EndTimeMapping
Gets or Sets the EndTimeMapping property for the bound object.
Declaration
public string EndTimeMapping { get; set; }
Property Value
EndTimeZoneMapping
Gets or Sets the EndTimeZone mapping property on the bound object.
Declaration
public string EndTimeZoneMapping { get; set; }
Property Value
IsRecursiveMapping
Gets or Sets the IsRecursiveMapping mapping property on the bound object.
Declaration
public string IsRecursiveMapping { get; set; }
Property Value
LocationMapping
Gets or Sets the Location mapping property for the bound object.
Declaration
public string LocationMapping { get; set; }
Property Value
NotesMapping
Gets or Sets the notes mapping property on the bound object.
Declaration
public string NotesMapping { get; set; }
Property Value
ReadOnlyMapping
Gets or Sets the ReadOnly mapping property on the bound object.
Declaration
public string ReadOnlyMapping { get; set; }
Property Value
RecurrenceProperitesMapping
Gets or Sets the RecurrenceProperites mapping property on the bound object.
Declaration
public string RecurrenceProperitesMapping { get; set; }
Property Value
RecurrenceRuleMapping
Gets or Sets the RecurrenceRule mapping property on the bound object.
Declaration
public string RecurrenceRuleMapping { get; set; }
Property Value
RecurrenceTypeMapping
Gets or Sets the RecurrenceType mapping property on the bound object.
Declaration
public string RecurrenceTypeMapping { get; set; }
Property Value
ReminderTimeMapping
Gets or Sets the reminder time mapping property on the bound object.
Declaration
public string ReminderTimeMapping { get; set; }
Property Value
ResourceCollectionMapping
Gets or Sets the ResourceCollection mapping property on the bound object.
Declaration
public string ResourceCollectionMapping { get; set; }
Property Value
ResourceNameMapping
Gets or Sets the ResourceName mapping property on the bound object.
Declaration
public string ResourceNameMapping { get; set; }
Property Value
StartTimeMapping
Gets or sets the start time mapping.
Declaration
public string StartTimeMapping { get; set; }
Property Value
Type |
Description |
System.String |
The start time mapping.
|
StartTimeZoneMapping
Gets or Sets the StartTimeZone mapping property on the bound object.
Declaration
public string StartTimeZoneMapping { get; set; }
Property Value
StatusMapping
Gets or Sets the status mapping property on the bound object.
Declaration
public string StatusMapping { get; set; }
Property Value
SubjectMapping
Gets or sets the subject mapping.
Declaration
public string SubjectMapping { get; set; }
Property Value
Type |
Description |
System.String |
The subject mapping.
|
TypeNameMapping
Gets or Sets the TypeName mapping property on the bound object.
Declaration
public string TypeNameMapping { get; set; }
Property Value
Extension Methods