Click or drag to resize

StiStatesManager Class

The class describes the manager of the object state.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiStatesManager

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiStatesManager

The StiStatesManager type exposes the following members.

Constructors
  NameDescription
Public methodStiStatesManager
Initializes a new instance of the StiStatesManager class
Top
Methods
  NameDescription
Public methodClear
Clear all earlier saved object states.
Public methodClearState
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsExist
Public methodPop
Gets the object state.
Public methodPopBool
Gets the object state.
Public methodPopDecimal
Public methodPopDouble
Public methodPopFloat
Public methodPopInt
Public methodPopInt64
Public methodPopRange
Public methodPush
Saves the specified object state.
Public methodPushBool
Saves the specified object state.
Public methodPushDecimal
Public methodPushDouble
Public methodPushFloat
Public methodPushInt
Public methodPushInt64
Public methodPushRange
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also