Class StateManagedObject
Base class implements IStateManager
Inheritance
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class StateManagedObject : IChartingStateManagedItem, IChartingStateManager, IDisposable
Constructors
StateManagedObject()
Declaration
protected StateManagedObject()
Properties
ViewStateIgnoresCase
Gets if view sate should ignore case
Declaration
protected virtual bool ViewStateIgnoresCase { get; }
Property Value
System.Boolean
|
Methods
CloneState()
Makes a view state clone
Declaration
protected StateBag CloneState()
Returns
System.Web.UI.StateBag
StateBag |
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
LoadViewState(Object)
Loads data from a view state
Declaration
protected virtual void LoadViewState(object state)
Parameters
System.Object
state
View state to load data from |
SaveViewState()
Saves object data to a view state
Declaration
protected virtual object SaveViewState()
Returns
System.Object
Saved view state object |
SetDirty()
Sets the item dirty state
Declaration
public void SetDirty()
Implements
ToString()
ToString() override. Used in the properties grid to avoid object type showing.
Declaration
public override string ToString()
Returns
System.String
Empty string |
Overrides
TrackViewState()
Tracks view state changes
Declaration
protected virtual void TrackViewState()
Explicit Interface Implementations
IChartingStateManager.IsTrackingViewState
Is view state tracking changes
Declaration
bool IChartingStateManager.IsTrackingViewState { get; }
Returns
System.Boolean
|
Implements
IChartingStateManager.LoadViewState(Object)
Loads data from a view state
Declaration
void IChartingStateManager.LoadViewState(object state)
Parameters
System.Object
state
View state to load data from |
Implements
IChartingStateManager.SaveViewState()
Saves object data to a view state
Declaration
object IChartingStateManager.SaveViewState()
Returns
System.Object
Saved view state object |
Implements
IChartingStateManager.TrackViewState()
Tracks view state changes
Declaration
void IChartingStateManager.TrackViewState()