The following tables list the members exposed by ResourcePreference.
Name | Description | |
---|---|---|
ResourcePreference Constructor | Overloaded. |
Name | Description | |
---|---|---|
DataKey | Gets/sets unique key object used in data binding. For keys that are of type string, the Key property can also be used. (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
EnableEmailReminders | Indicates whether this Resource prefers to receive reminder notifications by electronic mail. | |
IsEmpty | Check if object contains only default values. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
Key | Gets/sets unique key string used in data binding. For keys that are not of type string, use the DataKey property. (Inherited from Infragistics.WebUI.Shared.WebDataObject) |
Name | Description | |
---|---|---|
EnableViewState | Turns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
SubObjects | (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
ViewState | Gets 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) |
Name | Description | |
---|---|---|
GetValue | Overloaded. 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) | |
IsDirty | Overloaded. Public shortcut to check if object has had data changes (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
OnItemBound | Called when an object has been bound to a datastore (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
Reset | Clears the values of all properties within the object and also clears the viewstate for the object (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
ResetKey | Sets the key back to null. (Inherited from Infragistics.WebUI.Shared.KeyedWebObjectBase) | |
SetValue | Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
ToString | String formatted for visual designer. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) |
Name | Description | |
---|---|---|
CreateSubObject | (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
GetSubObject | Obtains a subobject reference based on the specified id value. SubObjects are automatically managed for ViewState (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
OnPropertyChange | (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
SetSubObject | (Inherited from Infragistics.WebUI.Shared.WebDataObject) |