Version 23.1 (latest)

WebObjectBase Class Methods

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

Public Methods
 NameDescription
Public MethodGetValueOverloaded. Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
Public Methodstatic (Shared in Visual Basic)IsDataPossiblePublic shortcut to check if object has had data changes  
Public MethodIsDirtyOverloaded. Public shortcut to check if object has had data changes  
Public MethodResetClears the values of all properties within the object and also clears the viewstate for the object  
Public MethodSetValueSets an object value so that it is maintained in viewstate  
Public MethodToStringString formatted for visual designer.  
Protected Methods
 NameDescription
Protected MethodCreateSubObject  
Protected MethodGetSubObjectObtains a subobject reference based on the specified id value. SubObjects are automatically managed for ViewState  
Protected MethodOnPropertyChangeVirtual method that is called whenever a property within the object has been changed.  
Protected MethodSetSubObjectEstablishes a subobject in the SubObject hash collection.  
See Also