Version

ResourceBinding Class Properties

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

Public Properties
 NameDescription
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 PropertyDescriptionMemberGets/sets the field to use to initialize the resource's Description property when bound.  
Public PropertyEmailAddressMemberGets/sets the field to use to initialize the resource's Email Address property when bound.  
Public PropertyEnableEmailRemindersMemberGets/sets the field to use to initialize the resource's preferences' EnableEmailReminders property when bound.  
Public PropertyIsEmptyCheck if object contains only default design-time values. (Inherited from Infragistics.WebUI.Data.ScheduleDataBinding)
Public PropertyNameMemberGets/sets the field to use to initialize the resource's Name 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 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