Click or drag to resize

StiAggregateFunctionService Class

Describes the base class for work with aggregate function.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.DictionaryStiAggregateFunctionService
      More...

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiAggregateFunctionService : StiService, 
	IStiStateSaveRestore

The StiAggregateFunctionService type exposes the following members.

Constructors
  NameDescription
Public methodStiAggregateFunctionService
Initializes a new instance of the StiAggregateFunctionService class
Public methodStiAggregateFunctionService(Boolean)
Initializes a new instance of the StiAggregateFunctionService class
Top
Properties
  NameDescription
Public propertyIsFirstInit
Public propertyProperties (Inherited from StiService.)
Public propertyRecureParam
Gets value, indicates that this function require a parameter.
Public propertyRunningTotal
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Protected propertyStates
Gets the component states manager.
Top
Methods
  NameDescription
Public methodCalcItem
A value calculation.
Public methodClearAllStates
Clear all earlier saved object states.
Public methodClone (Inherited from StiService.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetFunction
Returns the aggregate function from the service container by its name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLongFunctionString
Public methodGetResultType
Returns the type of the result.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the calculation result.
Public methodInit
First initialization.
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Overrides StiServicePackService.)
Public methodReset
Reset result of total calculation.
Public methodRestoreState
Restores the earlier saved object state.
Public methodSaveState
Saves the current state of an object.
Public methodSetValue
Sets the calculation result.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.DictionaryStiAggregateFunctionService
      Stimulsoft.Report.DictionaryStiAvgDateFunctionService
      Stimulsoft.Report.DictionaryStiAvgDecimalFunctionService
      Stimulsoft.Report.DictionaryStiAvgDoubleFunctionService
      Stimulsoft.Report.DictionaryStiAvgIntFunctionService
      Stimulsoft.Report.DictionaryStiAvgTimeFunctionService
      Stimulsoft.Report.DictionaryStiCountDistinctFunctionService
      Stimulsoft.Report.DictionaryStiCountFunctionService
      Stimulsoft.Report.DictionaryStiFirstFunctionService
      Stimulsoft.Report.DictionaryStiLastFunctionService
      Stimulsoft.Report.DictionaryStiMaxDateFunctionService
      Stimulsoft.Report.DictionaryStiMaxDecimalFunctionService
      Stimulsoft.Report.DictionaryStiMaxDoubleFunctionService
      Stimulsoft.Report.DictionaryStiMaxIntFunctionService
      Stimulsoft.Report.DictionaryStiMaxStrFunctionService
      Stimulsoft.Report.DictionaryStiMaxTimeFunctionService
      Stimulsoft.Report.DictionaryStiMedianDecimalFunctionService
      Stimulsoft.Report.DictionaryStiMedianDoubleFunctionService
      Stimulsoft.Report.DictionaryStiMedianIntFunctionService
      Stimulsoft.Report.DictionaryStiMinDateFunctionService
      Stimulsoft.Report.DictionaryStiMinDecimalFunctionService
      Stimulsoft.Report.DictionaryStiMinDoubleFunctionService
      Stimulsoft.Report.DictionaryStiMinIntFunctionService
      Stimulsoft.Report.DictionaryStiMinStrFunctionService
      Stimulsoft.Report.DictionaryStiMinTimeFunctionService
      Stimulsoft.Report.DictionaryStiModeDecimalFunctionService
      Stimulsoft.Report.DictionaryStiModeDoubleFunctionService
      Stimulsoft.Report.DictionaryStiModeIntFunctionService
      Stimulsoft.Report.DictionaryStiRankFunctionService
      Stimulsoft.Report.DictionaryStiSumDecimalFunctionService
      Stimulsoft.Report.DictionaryStiSumDecimalNullableFunctionService
      Stimulsoft.Report.DictionaryStiSumDistinctDecimalFunctionService
      Stimulsoft.Report.DictionaryStiSumDoubleFunctionService
      Stimulsoft.Report.DictionaryStiSumIntFunctionService
      Stimulsoft.Report.DictionaryStiSumTimeFunctionService