ClassStateManagedObject
Class
Base class implements IStateManager
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class StateManagedObject : IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObject
Derived Classes:
Implements:
Constructors
StateManagedObject()
Declaration
cs-api-definition
protected StateManagedObject()
Properties
ViewStateIgnoresCase
Gets if view sate should ignore case
Declaration
cs-api-definition
[Browsable(false)]
protected virtual bool ViewStateIgnoresCase { get; }
Property Value
bool
Methods
CloneState()
Makes a view state clone
Declaration
cs-api-definition
protected StateBag CloneState()
Returns
StateBag
StateBag
Dispose()
Declaration
cs-api-definition
public void Dispose()
Dispose(bool)
Declaration
cs-api-definition
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
LoadViewState(object)
Loads data from a view state
Declaration
cs-api-definition
protected virtual void LoadViewState(object state)
Parameters
state
object
View state to load data from
SaveViewState()
Saves object data to a view state
Declaration
cs-api-definition
protected virtual object SaveViewState()
Returns
object
Saved view state object
TrackViewState()
Tracks view state changes
Declaration
cs-api-definition
protected virtual void TrackViewState()