Package | stimulsoft.report.dictionary.aggregateFunctions |
Class | public class StiMedianDecimalFunctionService |
Inheritance | StiMedianDecimalFunctionService ![]() ![]() ![]() ![]() |
Subclasses | StiMedianDoubleFunctionService |
Property | Defined By | ||
---|---|---|---|
![]() | properties : StiRepositoryItems | StiService | |
recureParam : Boolean [override] [read-only] Gets value, indicates that this function require a parameter. | StiMedianDecimalFunctionService | ||
![]() | runningTotal : Boolean | StiAggregateFunctionService | |
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService |
Method | Defined By | ||
---|---|---|---|
StiMedianDecimalFunctionService(runningTotal:Boolean = false) | StiMedianDecimalFunctionService | ||
calcItem(value:*):void [override] A value calculation. | StiMedianDecimalFunctionService | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
getResultType():Class [override] Returns the type of the result. | StiMedianDecimalFunctionService | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
getValue():* [override] Returns the calculation result. | StiMedianDecimalFunctionService | ||
init():void [override] First initialization. | StiMedianDecimalFunctionService | ||
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiMedianDecimalFunctionService | ||
![]() | packService():void | StiService | |
![]() | reset():void Reset result of total calculation. | StiAggregateFunctionService |
recureParam | property |
recureParam:Boolean
[read-only] [override] Gets value, indicates that this function require a parameter.
public function get recureParam():Boolean
StiMedianDecimalFunctionService | () | Constructor |
public function StiMedianDecimalFunctionService(runningTotal:Boolean = false)
runningTotal:Boolean (default = false )
|
calcItem | () | method |
override public function calcItem(value:*):void
A value calculation.
Parameters
value:* |
getResultType | () | method |
override public function getResultType():Class
Returns the type of the result.
ReturnsClass |
getValue | () | method |
override public function getValue():*
Returns the calculation result.
Returns* |
init | () | method |
override public function init():void
First initialization.
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |