WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntTotalSummary

    Show / Hide Table of Contents

    Class IntTotalSummary

    This class is used to compute the sum of integer values.

    Inheritance
    System.Object
    SummaryBase
    IntTotalSummary
    Implements
    IAdjustable
    Inherited Members
    SummaryBase.ShowNullAsBlank
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class IntTotalSummary : SummaryBase, IAdjustable

    Constructors

    IntTotalSummary()

    Declaration
    public IntTotalSummary()

    Methods

    AdjustForNewContribution(Object)

    Gets to adjust for the new value.

    Declaration
    public void AdjustForNewContribution(object newContribution)
    Parameters
    Type Name Description
    System.Object newContribution

    Object

    AdjustForOldContribution(Object)

    Gets to adjust for the old value.

    Declaration
    public void AdjustForOldContribution(object oldContribution)
    Parameters
    Type Name Description
    System.Object oldContribution

    Object

    Combine(Object)

    Combines different values together.

    Declaration
    public override void Combine(object other)
    Parameters
    Type Name Description
    System.Object other

    Object

    Overrides
    SummaryBase.Combine(Object)

    CombineSummary(SummaryBase)

    Combines different Summary into one.

    Declaration
    public override void CombineSummary(SummaryBase other)
    Parameters
    Type Name Description
    SummaryBase other

    SummaryBase

    Overrides
    SummaryBase.CombineSummary(SummaryBase)

    GetInstance()

    Returns the instance of type IntTotalSummary.

    Declaration
    public override SummaryBase GetInstance()
    Returns
    Type Description
    SummaryBase
    Overrides
    SummaryBase.GetInstance()

    GetResult()

    Obtains the sum/total value.

    Declaration
    public override object GetResult()
    Returns
    Type Description
    System.Object

    Sum/total value.

    Overrides
    SummaryBase.GetResult()

    Reset()

    Resets the value of the variables.

    Declaration
    public override void Reset()
    Overrides
    SummaryBase.Reset()

    ToString()

    Converts to the string type.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    IAdjustable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved