Click or drag to resize

StiAvgTimeFunctionService Class

Describes the class for work with AvgTime aggregate function. To calculate the type TimeSpan is used.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiAvgTimeFunctionService : StiAggregateFunctionService

The StiAvgTimeFunctionService type exposes the following members.

Constructors
  NameDescription
Public methodStiAvgTimeFunctionService
Initializes a new instance of the StiAvgTimeFunctionService class
Public methodStiAvgTimeFunctionService(Boolean)
Initializes a new instance of the StiAvgTimeFunctionService class
Top
Properties
  NameDescription
Public propertyIsFirstInit (Inherited from StiAggregateFunctionService.)
Public propertyProperties (Inherited from StiService.)
Public propertyRecureParam
Gets value, indicates that this function require a parameter.
(Overrides StiAggregateFunctionServiceRecureParam.)
Public propertyRunningTotal (Inherited from StiAggregateFunctionService.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiAggregateFunctionService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiAggregateFunctionService.)
Protected propertyStates
Gets the component states manager.
(Inherited from StiAggregateFunctionService.)
Top
Methods
  NameDescription
Public methodCalcItem
A value calculation.
(Overrides StiAggregateFunctionServiceCalcItem(Object).)
Public methodClearAllStates
Clear all earlier saved object states.
(Inherited from StiAggregateFunctionService.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLongFunctionString (Inherited from StiAggregateFunctionService.)
Public methodGetResultType
Returns the type of the result.
(Overrides StiAggregateFunctionServiceGetResultType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the calculation result.
(Overrides StiAggregateFunctionServiceGetValue.)
Public methodInit
First initialization.
(Overrides StiAggregateFunctionServiceInit.)
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 (Inherited from StiAggregateFunctionService.)
Public methodReset
Reset result of total calculation.
(Inherited from StiAggregateFunctionService.)
Public methodRestoreState
Restores the earlier saved object state.
(Overrides StiAggregateFunctionServiceRestoreState(String).)
Public methodSaveState
Saves the current state of an object.
(Overrides StiAggregateFunctionServiceSaveState(String).)
Public methodSetValue
Sets the calculation result.
(Overrides StiAggregateFunctionServiceSetValue(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also