Version

WebDataObject Class Members

The following tables list the members exposed by WebDataObject.

Public Properties
 NameDescription
Public PropertyDataKeyGets/sets unique key object used in data binding. For keys that are of type string, the Key property can also be used.  
Public PropertyIsEmptyCheck if object contains only default values. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public PropertyKeyOverridden. Gets/sets unique key string used in data binding. For keys that are not of type string, use the DataKey property.  
Protected Properties
 NameDescription
Protected PropertyEnableViewStateTurns on ViewState tracking for this WebObject (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 MethodOnItemBoundCalled when an object has been bound to a datastore  
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 MethodResetKeySets the key back to null. (Inherited from Infragistics.WebUI.Shared.KeyedWebObjectBase)
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 MethodOnPropertyChangeOverridden.   
Protected MethodSetSubObjectOverridden.   
See Also