Version

AppointmentBinding Class Members

The following tables list the members exposed by AppointmentBinding.

Public Fields
 NameDescription
Public FieldDescriptionIdIdentifier constant used as a key in WebDataObject's viewstate management for the DescriptionMember property.  
Public FieldLocationIdIdentifier constant used as a key in WebDataObject's viewstate management for the LocationMember property.  
Public FieldSubjectIdIdentifier constant used as a key in WebDataObject's viewstate management for the SubjectMember property.  
Public Properties
 NameDescription
Public PropertyAllDayEventMemberGets/sets the field to use to initialize the appointment's AllDayEvent property when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyDataKeyMemberGets or sets the field used for initializing the data object's DataKey property. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyDataMemberGets or sets the Data Member (not field or column) (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Public PropertyDescriptionMemberGets/sets the field to use to initialize the appointment’s description property when bound.  
Public PropertyDurationMemberGets/sets the field to use to initialize the appointment's end date when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyEnableReminderMemberGets/sets the field to use to initialize the appointment's EnableReminder property when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyImportanceMemberGets/sets the field to use to initialize the appointment's Importance property when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyIsEmptyCheck if object contains only default design-time values. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Public PropertyLocationMemberGets/sets the field to use to initialize the appointment’s location property when bound.  
Public PropertyOriginalStartDateTimeUtcMemberGets/sets the field to use to initialize the variance's original start date/time when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyRecurrenceKeyMemberGets/sets the field to use to initialize the activity's recurrence data key when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyRecurrencePatternMemberGets or sets the field used for initializing the data object's RecurrencePattern property. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyReminderIntervalMemberGets/sets the field to use to initialize the appointment's ReminderInterval property when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyResourceKeyMemberGets or sets the field used for initializing the data object's ResourceKey property. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyShowTimeAsMemberGets/sets the field to use to initialize the appointment's ShowTimeAs property when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyStartDateTimeUtcMemberGets/sets the field to use to initialize the appointment's start date in UTC time when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyStatusMemberGets/sets the field to use when initializing this activity's reminder notification status. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertySubjectMemberGets/sets the field to use to initialize the appointment’s subject property when bound.  
Public PropertyTimestampMemberGets or sets the field used for storing the record's creation or last modified timestamp. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Public PropertyVarianceKeyMemberGets/sets the field to use to initialize the activity's variance key when bound. (Inherited from Infragistics.WebUI.Data.ActivityBinding)
Public PropertyWebScheduleInfoStores an instance of the WebScheduleInfo element associated with the parent WebScheduleDataProviderBase. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Protected Properties
 NameDescription
Protected PropertyEnableViewStateTurns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyIsDataKeyNumericIndicates whether the ScheduleDataBinding.DataKeyMember property names a text-based or numeric key. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Protected PropertyOwnerThe primary collection to which this object belongs. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertySubObjects (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyViewStateGets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public Methods
 NameDescription
Public MethodGetValueOverloaded. Obtains a property value from ViewState based on the string id define as a constant in the derived class. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodIsDirtyOverloaded. Public shortcut to check if object has had data changes (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodResetClears the values of all properties within the object and also clears the viewstate for the object (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodSetValueSets an object value so that it is maintained in viewstate (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodToStringString formatted for visual designer. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected Methods
 NameDescription
Protected MethodCreateSubObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected MethodGetSubObjectObtains a subobject reference based on the specified id value. SubObjects are automatically managed for ViewState (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected MethodOnPropertyChangeCalled by the WebObjectBase infrastructure when a property value changes through the use of SetValue. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Protected MethodSetSubObjectEstablishes a subobject in the SubObject hash collection. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
See Also