Version

ClientObjectBase Class Members

The following tables list the members exposed by ClientObjectBase.

Public Constructors
 NameDescription
Public ConstructorClientObjectBase ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself.  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized  
Protected PropertyViewStateReturns a StateBag for the ViewState  
Protected Methods
 NameDescription
Protected MethodLoadViewStateLoad data modified at run time.  
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed.  
Protected MethodSaveViewStateSave data modified at run time.  
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate  
Protected MethodToOptionNeed to override, otherwise returns an empty string  
Protected MethodTrackViewStateEnables view state tracking for sub-objects  
See Also