Version

ActivityBinding Class Properties

For a list of all members of this type, see ActivityBinding members.

Public Properties
 NameDescription
Public PropertyAllDayEventMemberGets/sets the field to use to initialize the appointment's AllDayEvent property when bound.  
Public PropertyDataKeyMemberOverridden. Gets or sets the field used for initializing the data object's DataKey property.  
Public PropertyDataMemberGets or sets the Data Member (not field or column) (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Public PropertyDurationMemberGets/sets the field to use to initialize the appointment's end date when bound.  
Public PropertyEnableReminderMemberGets/sets the field to use to initialize the appointment's EnableReminder property when bound.  
Public PropertyImportanceMemberGets/sets the field to use to initialize the appointment's Importance property when bound.  
Public PropertyIsEmptyCheck if object contains only default design-time values. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Public PropertyOriginalStartDateTimeUtcMemberGets/sets the field to use to initialize the variance's original start date/time when bound.  
Public PropertyRecurrenceKeyMemberGets/sets the field to use to initialize the activity's recurrence data key when bound.  
Public PropertyRecurrencePatternMemberGets or sets the field used for initializing the data object's RecurrencePattern property.  
Public PropertyReminderIntervalMemberGets/sets the field to use to initialize the appointment's ReminderInterval property when bound.  
Public PropertyResourceKeyMemberGets or sets the field used for initializing the data object's ResourceKey property.  
Public PropertyShowTimeAsMemberGets/sets the field to use to initialize the appointment's ShowTimeAs property when bound.  
Public PropertyStartDateTimeUtcMemberGets/sets the field to use to initialize the appointment's start date in UTC time when bound.  
Public PropertyStatusMemberGets/sets the field to use when initializing this activity's reminder notification status.  
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.  
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)
See Also