The following tables list the members exposed by WebObjectBase.
| Name | Description | |
|---|---|---|
![]() | IsEmpty | Check if object contains only default values. |
| Name | Description | |
|---|---|---|
![]() | EnableViewState | Turns on ViewState tracking for this WebObject |
![]() | Owner | The primary collection to which this object belongs. |
![]() | SubObjects | |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | GetValue | Overloaded. Obtains a property value from ViewState based on the string id define as a constant in the derived class. |
![]() ![]() | IsDataPossible | Public shortcut to check if object has had data changes |
![]() | IsDirty | Overloaded. Public shortcut to check if object has had data changes |
![]() | Reset | Clears the values of all properties within the object and also clears the viewstate for the object |
![]() | SetValue | Sets an object value so that it is maintained in viewstate |
![]() | ToString | String formatted for visual designer. |
| Name | Description | |
|---|---|---|
![]() | CreateSubObject | |
![]() | GetSubObject | Obtains a subobject reference based on the specified id value. SubObjects are automatically managed for ViewState |
![]() | OnPropertyChange | Virtual method that is called whenever a property within the object has been changed. |
![]() | SetSubObject | Establishes a subobject in the SubObject hash collection. |